Uses of Class
com.azure.resourcemanager.storage.models.DnsEndpointType
-
Packages that use DnsEndpointType Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 DnsEndpointType Modifier and Type Method Description DnsEndpointTypeStorageAccountInner. dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.DnsEndpointTypeStorageAccountPropertiesCreateParameters. dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.DnsEndpointTypeStorageAccountPropertiesInner. dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.DnsEndpointTypeStorageAccountPropertiesUpdateParameters. 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 DnsEndpointType Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withDnsEndpointType(DnsEndpointType dnsEndpointType)Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withDnsEndpointType(DnsEndpointType dnsEndpointType)Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesInnerStorageAccountPropertiesInner. withDnsEndpointType(DnsEndpointType dnsEndpointType)Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. 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 DnsEndpointType Modifier and Type Field Description static DnsEndpointTypeDnsEndpointType. AZURE_DNS_ZONEStatic value AzureDnsZone for DnsEndpointType.static DnsEndpointTypeDnsEndpointType. STANDARDStatic value Standard for DnsEndpointType.Methods in com.azure.resourcemanager.storage.models that return DnsEndpointType Modifier and Type Method Description DnsEndpointTypeStorageAccountCreateParameters. dnsEndpointType()Get the dnsEndpointType property: Allows you to specify the type of endpoint.DnsEndpointTypeStorageAccountUpdateParameters. 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 DnsEndpointType Modifier and Type Method Description static Collection<DnsEndpointType>DnsEndpointType. values()Methods in com.azure.resourcemanager.storage.models with parameters of type DnsEndpointType Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withDnsEndpointType(DnsEndpointType dnsEndpointType)Set the dnsEndpointType property: Allows you to specify the type of endpoint.StorageAccountUpdateParametersStorageAccountUpdateParameters. withDnsEndpointType(DnsEndpointType dnsEndpointType)Set the dnsEndpointType property: Allows you to specify the type of endpoint.
-