public interface AvailabilitySet extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<AvailabilitySet>, com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.compute.implementation.AvailabilitySetInner>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<AvailabilitySet.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AvailabilitySet.Definition
Container interface for all the definitions related to an availability set.
|
static interface |
AvailabilitySet.DefinitionStages
Grouping of availability set definition stages.
|
static interface |
AvailabilitySet.Update
The template for an availability set update operation, containing all the settings that
can be modified.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
int |
faultDomainCount() |
List<InstanceViewStatus> |
statuses() |
int |
updateDomainCount() |
List<String> |
virtualMachineIds() |
resourceGroupNameid, name, region, regionName, tags, typekeyrefreshint updateDomainCount()
int faultDomainCount()
List<String> virtualMachineIds()
List<InstanceViewStatus> statuses()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/