-
-
Citrix.StoreFront.Authentication
-
Citrix.StoreFront.Authentication.Saml
-
-
-
Set-STFStoreGatewayService
-
Citrix.StoreFront.SubscriptionsStore
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Set-STFStoreGatewayService
Set the gateway service settings for a Store
Syntax
Set-STFStoreGatewayService [-StoreService] <StoreService> [[-Enabled] <Boolean>] [[-CustomerId] <String>] [[-GetGatewayServiceUrl] <String>] [[-PrivateKey] <String>] [[-ServiceName] <String>] [[-InstanceId] <String>] [[-SecureTicketAuthorityUrl] <String>] [[-SecureTicketLifetime] <TimeSpan>] [[-SessionReliability] <Boolean>] [[-IgnoreZones] <String[]>] [[-HandleZones] <String[]>] [[-GatewayDiscoveryProtocol] <String>] [[-PassThru] <SwitchParameter>] [<CommonParameters>]
<!--NeedCopy-->
Detailed Description
Set the gateway service settings for a Store.
Related Commands
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
StoreService | The Store service from which to get the gateway service settings | true | true (ByValue) | |
Enabled | Enable use of the gateway service | false | false | |
CustomerId | The CWC customer id | false | false | |
GetGatewayServiceUrl | The URL of the service used to retrieve gateway address (FQDN) | false | false | |
PrivateKey | The private key for CWC trust | false | false | |
ServiceName | The service name for CWC trust | false | false | |
InstanceId | The instance id for CWC trust | false | false | |
SecureTicketAuthorityUrl | The URL of the CWC STA service | false | false | |
SecureTicketLifetime | The lifetime requested for CWC STA service tickets | false | false | |
SessionReliability | A value indicating whether session reliability should be enabled | false | false | |
IgnoreZones | A value indicating that the gateway service should not be used for the specified zones | false | false | |
HandleZones | A value indicating that the gateway service should be used for the specified zones | false | false | |
GatewayDiscoveryProtocol | A value indicating the protocol the gateway service should use. Valid values are GWaaS or ConfigService. | false | false | |
PassThru | The result is written to the pipeline | false | false |
Input Type
Citrix.StoreFront.Model.Store.StoreService
Parameter StoreService: A .NET class representing the configuration of a StoreFront Store service
System.Boolean
Parameter Enabled: The .NET System.Boolean
value type
System.String
Parameter CustomerId: The .NET System.String
reference type
System.String
Parameter GetGatewayServiceUrl: The .NET System.String
reference type
System.String
Parameter PrivateKey: The .NET System.String
reference type
System.String
Parameter ServiceName: The .NET System.String
reference type
System.String
Parameter InstanceId: The .NET System.String
reference type
System.String
Parameter SecureTicketAuthorityUrl: The .NET System.String
reference type
System.TimeSpan
Parameter SecureTicketLifetime: The .NET System.TimeSpan
value type
System.Boolean
Parameter SessionReliability: The .NET System.Boolean
value type
System.String[]
Parameter IgnoreZones: The .NET System.String
reference type
System.String[]
Parameter HandleZones: The .NET System.String
reference type
System.String
Parameter GatewayDiscoveryProtocol: The .NET System.String
reference type
System.Management.Automation.SwitchParameter
Parameter PassThru: The .NET System.Management.Automation.SwitchParameter
value type
Return Values
StoreGateway
The .NET Citrix.StoreFront.Model.Store.StoreGateway
reference type
Examples
EXAMPLE 1 Set gateway service settings for a Store
$storeService = Set-STFStoreGatewayServiceSettings -StoreService $storeService -Enabled $True -CustomerId $customerId -GetGatewayServiceUrl https://controlpane/Control/PopDnsAddress -PrivateKey $privateKey -ServiceName StoreFront -SecureTicketAuthorityUrl https://cwcstaservice
<!--NeedCopy-->
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.