Uses of Interface
com.azure.resourcemanager.compute.models.AvailabilitySet.DefinitionStages.WithCreate
Packages that use AvailabilitySet.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AvailabilitySet.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.models
Subinterfaces of AvailabilitySet.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to an availability set.Subinterfaces with type arguments of type AvailabilitySet.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an availability set definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.static interfaceThe stage of the availability set definition allowing to specify the resource group.Methods in com.azure.resourcemanager.compute.models that return AvailabilitySet.DefinitionStages.WithCreateModifier and TypeMethodDescriptionAvailabilitySet.DefinitionStages.WithFaultDomainCount.withFaultDomainCount(int faultDomainCount) Specifies the fault domain count for the availability set.AvailabilitySet.DefinitionStages.WithProximityPlacementGroup.withNewProximityPlacementGroup(String proximityPlacementGroupName, ProximityPlacementGroupType type) Creates a new proximity placement gruup witht he specified name and then adds it to the availability set.AvailabilitySet.DefinitionStages.WithProximityPlacementGroup.withProximityPlacementGroup(String promixityPlacementGroupId) Set information about the proximity placement group that the availability set should be assigned to.AvailabilitySet.DefinitionStages.WithSku.withSku(AvailabilitySetSkuTypes skuType) Specifies the SKU type for the availability set.AvailabilitySet.DefinitionStages.WithUpdateDomainCount.withUpdateDomainCount(int updateDomainCount) Specifies the update domain count for the availability set.