Uses of Class
com.azure.resourcemanager.compute.models.DomainNameLabelScopeTypes
Packages that use DomainNameLabelScopeTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DomainNameLabelScopeTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DomainNameLabelScopeTypesModifier and TypeFieldDescriptionstatic final DomainNameLabelScopeTypesDomainNameLabelScopeTypes.NO_REUSEStatic value NoReuse for DomainNameLabelScopeTypes.static final DomainNameLabelScopeTypesDomainNameLabelScopeTypes.RESOURCE_GROUP_REUSEStatic value ResourceGroupReuse for DomainNameLabelScopeTypes.static final DomainNameLabelScopeTypesDomainNameLabelScopeTypes.SUBSCRIPTION_REUSEStatic value SubscriptionReuse for DomainNameLabelScopeTypes.static final DomainNameLabelScopeTypesDomainNameLabelScopeTypes.TENANT_REUSEStatic value TenantReuse for DomainNameLabelScopeTypes.Methods in com.azure.resourcemanager.compute.models that return DomainNameLabelScopeTypesModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressDnsSettingsConfiguration.domainNameLabelScope()Get the domainNameLabelScope property: The Domain name label scope of the PublicIPAddress resources that will be created.VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings.domainNameLabelScope()Get the domainNameLabelScope property: The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created.static DomainNameLabelScopeTypesDomainNameLabelScopeTypes.fromString(String name) Creates or finds a DomainNameLabelScopeTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DomainNameLabelScopeTypesModifier and TypeMethodDescriptionstatic Collection<DomainNameLabelScopeTypes>DomainNameLabelScopeTypes.values()Gets known DomainNameLabelScopeTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type DomainNameLabelScopeTypesModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressDnsSettingsConfiguration.withDomainNameLabelScope(DomainNameLabelScopeTypes domainNameLabelScope) Set the domainNameLabelScope property: The Domain name label scope of the PublicIPAddress resources that will be created.VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings.withDomainNameLabelScope(DomainNameLabelScopeTypes domainNameLabelScope) Set the domainNameLabelScope property: The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created.