Uses of Class
com.azure.resourcemanager.storage.models.DnsEndpointType
Packages that use DnsEndpointType
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of DnsEndpointType in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return DnsEndpointTypeModifier and TypeMethodDescriptionStorageAccountInner.dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesCreateParameters.dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesInner.dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesUpdateParameters.dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type DnsEndpointTypeModifier and TypeMethodDescriptionStorageAccountInner.withDnsEndpointType(DnsEndpointType dnsEndpointType) Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesCreateParameters.withDnsEndpointType(DnsEndpointType dnsEndpointType) Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesInner.withDnsEndpointType(DnsEndpointType dnsEndpointType) Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesUpdateParameters.withDnsEndpointType(DnsEndpointType dnsEndpointType) Set the dnsEndpointType property: Allows you to specify the type of endpoint. -
Uses of DnsEndpointType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as DnsEndpointTypeModifier and TypeFieldDescriptionstatic final DnsEndpointTypeDnsEndpointType.AZURE_DNS_ZONEStatic value AzureDnsZone for DnsEndpointType.static final DnsEndpointTypeDnsEndpointType.STANDARDStatic value Standard for DnsEndpointType.Methods in com.azure.resourcemanager.storage.models that return DnsEndpointTypeModifier and TypeMethodDescriptionStorageAccountCreateParameters.dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountUpdateParameters.dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.static DnsEndpointTypeDnsEndpointType.fromString(String name) Creates or finds a DnsEndpointType from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type DnsEndpointTypeModifier and TypeMethodDescriptionstatic Collection<DnsEndpointType> DnsEndpointType.values()Gets known DnsEndpointType values.Methods in com.azure.resourcemanager.storage.models with parameters of type DnsEndpointTypeModifier and TypeMethodDescriptionStorageAccountCreateParameters.withDnsEndpointType(DnsEndpointType dnsEndpointType) Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountUpdateParameters.withDnsEndpointType(DnsEndpointType dnsEndpointType) Set the dnsEndpointType property: Allows you to specify the type of endpoint.