HostPoolPatchProperties Class
- java.
lang. Object - com.
azure. resourcemanager. desktopvirtualization. fluent. models. HostPoolPatchProperties
- com.
Implements
public final class HostPoolPatchProperties
implements JsonSerializable<HostPoolPatchProperties>
Properties of HostPool.
Constructor Summary
| Constructor | Description |
|---|---|
| HostPoolPatchProperties() |
Creates an instance of Host |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Agent |
agentUpdate()
Get the agent |
| String |
customRdpProperty()
Get the custom |
| String |
description()
Get the description property: Description of Host |
| String |
friendlyName()
Get the friendly |
|
static
Host |
fromJson(JsonReader jsonReader)
Reads an instance of Host |
|
Load |
loadBalancerType()
Get the load |
| Integer |
maxSessionLimit()
Get the max |
|
Personal |
personalDesktopAssignmentType()
Get the personal |
|
Preferred |
preferredAppGroupType()
Get the preferred |
|
Hostpool |
publicNetworkAccess()
Get the public |
|
Registration |
registrationInfo()
Get the registration |
| Integer |
ring()
Get the ring property: The ring number of Host |
| String |
ssoadfsAuthority()
Get the ssoadfs |
| String |
ssoClientId()
Get the sso |
| String |
ssoClientSecretKeyVaultPath()
Get the sso |
|
Sso |
ssoSecretType()
Get the sso |
| Boolean |
startVMOnConnect()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Boolean |
validationEnvironment()
Get the validation |
| String |
vmTemplate()
Get the vm |
|
Host |
withAgentUpdate(AgentUpdatePatchProperties agentUpdate)
Set the agent |
|
Host |
withCustomRdpProperty(String customRdpProperty)
Set the custom |
|
Host |
withDescription(String description)
Set the description property: Description of Host |
|
Host |
withFriendlyName(String friendlyName)
Set the friendly |
|
Host |
withLoadBalancerType(LoadBalancerType loadBalancerType)
Set the load |
|
Host |
withMaxSessionLimit(Integer maxSessionLimit)
Set the max |
|
Host |
withPersonalDesktopAssignmentType(PersonalDesktopAssignmentType personalDesktopAssignmentType)
Set the personal |
|
Host |
withPreferredAppGroupType(PreferredAppGroupType preferredAppGroupType)
Set the preferred |
|
Host |
withPublicNetworkAccess(HostpoolPublicNetworkAccess publicNetworkAccess)
Set the public |
|
Host |
withRegistrationInfo(RegistrationInfoPatch registrationInfo)
Set the registration |
|
Host |
withRing(Integer ring)
Set the ring property: The ring number of Host |
|
Host |
withSsoadfsAuthority(String ssoadfsAuthority)
Set the ssoadfs |
|
Host |
withSsoClientId(String ssoClientId)
Set the sso |
|
Host |
withSsoClientSecretKeyVaultPath(String ssoClientSecretKeyVaultPath)
Set the sso |
|
Host |
withSsoSecretType(SsoSecretType ssoSecretType)
Set the sso |
|
Host |
withStartVMOnConnect(Boolean startVMOnConnect)
Set the start |
|
Host |
withValidationEnvironment(Boolean validationEnvironment)
Set the validation |
|
Host |
withVmTemplate(String vmTemplate)
Set the vm |
Methods inherited from java.lang.Object
Constructor Details
HostPoolPatchProperties
public HostPoolPatchProperties()
Creates an instance of HostPoolPatchProperties class.
Method Details
agentUpdate
public AgentUpdatePatchProperties agentUpdate()
Get the agentUpdate property: The session host configuration for updating agent, monitoring agent, and stack component.
Returns:
customRdpProperty
public String customRdpProperty()
Get the customRdpProperty property: Custom rdp property of HostPool.
Returns:
description
public String description()
Get the description property: Description of HostPool.
Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: Friendly name of HostPool.
Returns:
fromJson
public static HostPoolPatchProperties fromJson(JsonReader jsonReader)
Reads an instance of HostPoolPatchProperties from the JsonReader.
Parameters:
Returns:
Throws:
loadBalancerType
public LoadBalancerType loadBalancerType()
Get the loadBalancerType property: The type of the load balancer.
Returns:
maxSessionLimit
public Integer maxSessionLimit()
Get the maxSessionLimit property: The max session limit of HostPool.
Returns:
personalDesktopAssignmentType
public PersonalDesktopAssignmentType personalDesktopAssignmentType()
Get the personalDesktopAssignmentType property: PersonalDesktopAssignment type for HostPool.
Returns:
preferredAppGroupType
public PreferredAppGroupType preferredAppGroupType()
Get the preferredAppGroupType property: The type of preferred application group type, default to Desktop Application Group.
Returns:
publicNetworkAccess
public HostpoolPublicNetworkAccess publicNetworkAccess()
Get the publicNetworkAccess property: Enabled to allow this resource to be access from the public network.
Returns:
registrationInfo
public RegistrationInfoPatch registrationInfo()
Get the registrationInfo property: The registration info of HostPool.
Returns:
ring
public Integer ring()
Get the ring property: The ring number of HostPool.
Returns:
ssoadfsAuthority
public String ssoadfsAuthority()
Get the ssoadfsAuthority property: URL to customer ADFS server for signing WVD SSO certificates.
Returns:
ssoClientId
public String ssoClientId()
Get the ssoClientId property: ClientId for the registered Relying Party used to issue WVD SSO certificates.
Returns:
ssoClientSecretKeyVaultPath
public String ssoClientSecretKeyVaultPath()
Get the ssoClientSecretKeyVaultPath property: Path to Azure KeyVault storing the secret used for communication to ADFS.
Returns:
ssoSecretType
public SsoSecretType ssoSecretType()
Get the ssoSecretType property: The type of single sign on Secret Type.
Returns:
startVMOnConnect
public Boolean startVMOnConnect()
Get the startVMOnConnect property: The flag to turn on/off StartVMOnConnect feature.
Returns:
toJson
validate
public void validate()
Validates the instance.
validationEnvironment
public Boolean validationEnvironment()
Get the validationEnvironment property: Is validation environment.
Returns:
vmTemplate
public String vmTemplate()
Get the vmTemplate property: VM template for sessionhosts configuration within hostpool.
Returns:
withAgentUpdate
public HostPoolPatchProperties withAgentUpdate(AgentUpdatePatchProperties agentUpdate)
Set the agentUpdate property: The session host configuration for updating agent, monitoring agent, and stack component.
Parameters:
Returns:
withCustomRdpProperty
public HostPoolPatchProperties withCustomRdpProperty(String customRdpProperty)
Set the customRdpProperty property: Custom rdp property of HostPool.
Parameters:
Returns:
withDescription
public HostPoolPatchProperties withDescription(String description)
Set the description property: Description of HostPool.
Parameters:
Returns:
withFriendlyName
public HostPoolPatchProperties withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly name of HostPool.
Parameters:
Returns:
withLoadBalancerType
public HostPoolPatchProperties withLoadBalancerType(LoadBalancerType loadBalancerType)
Set the loadBalancerType property: The type of the load balancer.
Parameters:
Returns:
withMaxSessionLimit
public HostPoolPatchProperties withMaxSessionLimit(Integer maxSessionLimit)
Set the maxSessionLimit property: The max session limit of HostPool.
Parameters:
Returns:
withPersonalDesktopAssignmentType
public HostPoolPatchProperties withPersonalDesktopAssignmentType(PersonalDesktopAssignmentType personalDesktopAssignmentType)
Set the personalDesktopAssignmentType property: PersonalDesktopAssignment type for HostPool.
Parameters:
Returns:
withPreferredAppGroupType
public HostPoolPatchProperties withPreferredAppGroupType(PreferredAppGroupType preferredAppGroupType)
Set the preferredAppGroupType property: The type of preferred application group type, default to Desktop Application Group.
Parameters:
Returns:
withPublicNetworkAccess
public HostPoolPatchProperties withPublicNetworkAccess(HostpoolPublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Enabled to allow this resource to be access from the public network.
Parameters:
Returns:
withRegistrationInfo
public HostPoolPatchProperties withRegistrationInfo(RegistrationInfoPatch registrationInfo)
Set the registrationInfo property: The registration info of HostPool.
Parameters:
Returns:
withRing
public HostPoolPatchProperties withRing(Integer ring)
Set the ring property: The ring number of HostPool.
Parameters:
Returns:
withSsoadfsAuthority
public HostPoolPatchProperties withSsoadfsAuthority(String ssoadfsAuthority)
Set the ssoadfsAuthority property: URL to customer ADFS server for signing WVD SSO certificates.
Parameters:
Returns:
withSsoClientId
public HostPoolPatchProperties withSsoClientId(String ssoClientId)
Set the ssoClientId property: ClientId for the registered Relying Party used to issue WVD SSO certificates.
Parameters:
Returns:
withSsoClientSecretKeyVaultPath
public HostPoolPatchProperties withSsoClientSecretKeyVaultPath(String ssoClientSecretKeyVaultPath)
Set the ssoClientSecretKeyVaultPath property: Path to Azure KeyVault storing the secret used for communication to ADFS.
Parameters:
Returns:
withSsoSecretType
public HostPoolPatchProperties withSsoSecretType(SsoSecretType ssoSecretType)
Set the ssoSecretType property: The type of single sign on Secret Type.
Parameters:
Returns:
withStartVMOnConnect
public HostPoolPatchProperties withStartVMOnConnect(Boolean startVMOnConnect)
Set the startVMOnConnect property: The flag to turn on/off StartVMOnConnect feature.
Parameters:
Returns:
withValidationEnvironment
public HostPoolPatchProperties withValidationEnvironment(Boolean validationEnvironment)
Set the validationEnvironment property: Is validation environment.
Parameters:
Returns:
withVmTemplate
public HostPoolPatchProperties withVmTemplate(String vmTemplate)
Set the vmTemplate property: VM template for sessionhosts configuration within hostpool.
Parameters:
Returns: