public class AvailabilitySetUpdate extends UpdateResource
| Constructor and Description |
|---|
AvailabilitySetUpdate() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
platformFaultDomainCount()
Get fault Domain count.
|
Integer |
platformUpdateDomainCount()
Get update Domain count.
|
Sku |
sku()
Get sku of the availability set.
|
List<InstanceViewStatus> |
statuses()
Get the resource status information.
|
List<com.microsoft.azure.SubResource> |
virtualMachines()
Get a list of references to all virtual machines in the availability set.
|
AvailabilitySetUpdate |
withPlatformFaultDomainCount(Integer platformFaultDomainCount)
Set fault Domain count.
|
AvailabilitySetUpdate |
withPlatformUpdateDomainCount(Integer platformUpdateDomainCount)
Set update Domain count.
|
AvailabilitySetUpdate |
withSku(Sku sku)
Set sku of the availability set.
|
AvailabilitySetUpdate |
withVirtualMachines(List<com.microsoft.azure.SubResource> virtualMachines)
Set a list of references to all virtual machines in the availability set.
|
tags, withTagspublic Integer platformUpdateDomainCount()
public AvailabilitySetUpdate withPlatformUpdateDomainCount(Integer platformUpdateDomainCount)
platformUpdateDomainCount - the platformUpdateDomainCount value to setpublic Integer platformFaultDomainCount()
public AvailabilitySetUpdate withPlatformFaultDomainCount(Integer platformFaultDomainCount)
platformFaultDomainCount - the platformFaultDomainCount value to setpublic List<com.microsoft.azure.SubResource> virtualMachines()
public AvailabilitySetUpdate withVirtualMachines(List<com.microsoft.azure.SubResource> virtualMachines)
virtualMachines - the virtualMachines value to setpublic List<InstanceViewStatus> statuses()
public Sku sku()
public AvailabilitySetUpdate withSku(Sku sku)
sku - the sku value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/