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-STFStoreFarm
Set the details of an exiting farm
Syntax
Set-STFStoreFarm [-Farm] <Farm> [[-FarmType] <XenApp | XenDesktop | AppController | VDIinaBox | Store>] [[-Servers] <String[]>] [[-ServiceUrls] <String[]>] [[-Port] <Int32>] [[-TransportType] <HTTP | HTTPS | SSL>] [[-SSLRelayPort] <Int32>] [[-LoadBalance] <Boolean>] [[-AllFailedBypassDuration] <Int32>] [[-BypassDuration] <Int32>] [[-TicketTimeToLive] <Int32>] [[-RadeTicketTimeToLive] <Int32>] [[-MaxFailedServersPerRequest] <Int32>] [[-Zones] <String[]>] [[-Product] <String>] [[-RestrictPoPs] <String>] [[-FarmGuid] <String>] [[-PassThru] <SwitchParameter>] [<CommonParameters>]
Set-STFStoreFarm [-StoreService] <StoreService> [-FarmName] <String> [[-FarmType] <XenApp | XenDesktop | AppController | VDIinaBox | Store>] [[-Servers] <String[]>] [[-ServiceUrls] <String[]>] [[-Port] <Int32>] [[-TransportType] <HTTP | HTTPS | SSL>] [[-SSLRelayPort] <Int32>] [[-LoadBalance] <Boolean>] [[-AllFailedBypassDuration] <Int32>] [[-BypassDuration] <Int32>] [[-TicketTimeToLive] <Int32>] [[-RadeTicketTimeToLive] <Int32>] [[-MaxFailedServersPerRequest] <Int32>] [[-Zones] <String[]>] [[-Product] <String>] [[-RestrictPoPs] <String>] [[-FarmGuid] <String>] [[-PassThru] <SwitchParameter>] [<CommonParameters>]
<!--NeedCopy-->
Detailed Description
Set the details of an existing farm.
Related Commands
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Farm | The farm object to configure | true | true (ByValue) | |
StoreService | The Store service the farm options should be updated for | true | true (ByValue) | |
FarmName | The name of the Farm to update | true | false | |
FarmType | The type of farm to be added. XenDesktop or XenApp for example | false | false | |
Servers | The hostnames or IP addresses of the xml services | false | false | |
ServiceUrls | The url to the service location used to provide web and SaaS apps via this farm. | false | false | |
Port | Service communication port | false | false | |
TransportType | Type of transport to use. Http, Https, SSL for example | false | false | |
SSLRelayPort | The SSL Relay port | false | false | |
LoadBalance | Round robin load balance the xml service servers | false | false | |
AllFailedBypassDuration | Period of time to skip all xml service requests should all servers fail to respond | false | false | |
BypassDuration | Period of time to skip a server when is fails to respond | false | false | |
TicketTimeToLive | Period of time an ICA launch ticket is valid once requested on pre 7.0 XenApp and XenDesktop farms | false | false | |
RadeTicketTimeToLive | Period of time a RADE launch ticket is valid once requested on pre 7.0 XenApp and XenDesktop farms | false | false | |
MaxFailedServersPerRequest | Maximum number of servers within a single farm that can fail before aborting a request | false | false | |
Zones | The list of Zone names associated with the Store Farm | false | false | |
Product | Cloud deployments only otherwise ignored. The product name of the farm configured | false | false | |
RestrictPoPs | Cloud deployments only otherwise ignored. Restricts GWaaS traffic to the specified POP | false | false | |
FarmGuid | Cloud deployments only otherwise ignored. A tag indicating the scope of the farm | false | false | |
PassThru | The resulting Store Farm | false | false |
Input Type
Citrix.StoreFront.Model.Store.Farm
Parameter Farm: A .NET class representing the configuration of a Farm in StoreFront Store service
Citrix.StoreFront.Model.Store.StoreService
Parameter StoreService: A .NET class representing the configuration of a StoreFront Store service
System.String
Parameter FarmName: The .NET System.String
reference type
Citrix.StoreFront.Model.Store.FarmType
Parameter FarmType: The .NET Citrix.StoreFront.Model.Store.FarmType
value type
System.String[]
Parameter Servers: The .NET System.String
reference type
System.String[]
Parameter ServiceUrls: The .NET System.String
reference type
System.Int32
Parameter Port: The .NET System.Int32
value type
Citrix.StoreFront.Model.Store.TransportType
Parameter TransportType: The .NET Citrix.StoreFront.Model.Store.TransportType
value type
System.Int32
Parameter SSLRelayPort: The .NET System.Int32
value type
System.Boolean
Parameter LoadBalance: The .NET System.Boolean
value type
System.Int32
Parameter AllFailedBypassDuration: The .NET System.Int32
value type
System.Int32
Parameter BypassDuration: The .NET System.Int32
value type
System.Int32
Parameter TicketTimeToLive: The .NET System.Int32
value type
System.Int32
Parameter RadeTicketTimeToLive: The .NET System.Int32
value type
System.Int32
Parameter MaxFailedServersPerRequest: The .NET System.Int32
value type
System.String[]
Parameter Zones: The .NET System.String
reference type
System.String
Parameter Product: The .NET System.String
reference type
System.String
Parameter RestrictPoPs: The .NET System.String
reference type
System.String
Parameter FarmGuid: The .NET System.String
reference type
System.Management.Automation.SwitchParameter
Parameter PassThru: The .NET System.Management.Automation.SwitchParameter
value type
Return Values
None
Examples
EXAMPLE 1 Reconfigure existing farm
$store = Get-STFStoreService
$farm = Get-STFStoreFarm -StoreService $storeService
Set-STFStoreFarm $farm -FarmType XenDesktop -Port 80 -TransportType HTTP -Servers Xen1,Xen2
<!--NeedCopy-->
REMARKS
Reconfigure the settings on an existing farm.
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.