AvailabilitySetInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. scvmm. fluent. models. AvailabilitySetInner
- com.
- com.
- com.
public final class AvailabilitySetInner
extends Resource
The AvailabilitySets resource definition.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AvailabilitySetInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
availabilitySetName()
Get the availability |
|
Extended |
extendedLocation()
Get the extended |
| String |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
| String |
vmmServerId()
Get the vmm |
|
Availability |
withAvailabilitySetName(String availabilitySetName)
Set the availability |
|
Availability |
withExtendedLocation(ExtendedLocation extendedLocation)
Set the extended |
|
Availability |
withLocation(String location) |
|
Availability |
withTags(Map<String,String> tags) |
|
Availability |
withVmmServerId(String vmmServerId)
Set the vmm |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
AvailabilitySetInner
public AvailabilitySetInner()
Method Details
availabilitySetName
public String availabilitySetName()
Get the availabilitySetName property: Name of the availability set.
Returns:
extendedLocation
public ExtendedLocation extendedLocation()
Get the extendedLocation property: The extended location.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
validate
public void validate()
Validates the instance.
vmmServerId
public String vmmServerId()
Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Returns:
withAvailabilitySetName
public AvailabilitySetInner withAvailabilitySetName(String availabilitySetName)
Set the availabilitySetName property: Name of the availability set.
Parameters:
Returns:
withExtendedLocation
public AvailabilitySetInner withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location.
Parameters:
Returns:
withLocation
public AvailabilitySetInner withLocation(String location)
Overrides:
AvailabilitySetInner.withLocation(String location)Parameters:
withTags
public AvailabilitySetInner withTags(Map<String,String> tags)
Overrides:
AvailabilitySetInner.withTags(Map<String,String> tags)Parameters:
withVmmServerId
public AvailabilitySetInner withVmmServerId(String vmmServerId)
Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Parameters:
Returns: