Uses of Enum
com.azure.resourcemanager.batch.models.PublicNetworkAccessType
Packages that use PublicNetworkAccessType
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of PublicNetworkAccessType in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return PublicNetworkAccessTypeModifier and TypeMethodDescriptionBatchAccountCreateProperties.publicNetworkAccess()Get the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountInner.publicNetworkAccess()Get the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountProperties.publicNetworkAccess()Get the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountUpdateProperties.publicNetworkAccess()Get the publicNetworkAccess property: If not specified, the default value is 'enabled'.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type PublicNetworkAccessTypeModifier and TypeMethodDescriptionBatchAccountCreateProperties.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountInner.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountProperties.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountUpdateProperties.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'. -
Uses of PublicNetworkAccessType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return PublicNetworkAccessTypeModifier and TypeMethodDescriptionstatic PublicNetworkAccessTypePublicNetworkAccessType.fromString(String value) Parses a serialized value to a PublicNetworkAccessType instance.BatchAccount.publicNetworkAccess()Gets the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountCreateParameters.publicNetworkAccess()Get the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: If not specified, the default value is 'enabled'.static PublicNetworkAccessTypeReturns the enum constant of this type with the specified name.static PublicNetworkAccessType[]PublicNetworkAccessType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type PublicNetworkAccessTypeModifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Specifies the publicNetworkAccess property: If not specified, the default value is 'enabled'..BatchAccount.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Specifies the publicNetworkAccess property: If not specified, the default value is 'enabled'..BatchAccountCreateParameters.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.BatchAccountUpdateParameters.withPublicNetworkAccess(PublicNetworkAccessType publicNetworkAccess) Set the publicNetworkAccess property: If not specified, the default value is 'enabled'.