Uses of Class
com.azure.resourcemanager.digitaltwins.models.PublicNetworkAccess
Package
Description
Package containing the inner data models for AzureDigitalTwinsManagementClient.
Package containing the data models for AzureDigitalTwinsManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.digitaltwins.fluent.models
Modifier and TypeMethodDescriptionDigitalTwinsDescriptionInner.publicNetworkAccess()
Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.DigitalTwinsProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.Modifier and TypeMethodDescriptionDigitalTwinsDescriptionInner.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.DigitalTwinsProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.digitaltwins.models
Modifier and TypeFieldDescriptionstatic final PublicNetworkAccess
PublicNetworkAccess.DISABLED
Static value Disabled for PublicNetworkAccess.static final PublicNetworkAccess
PublicNetworkAccess.ENABLED
Static value Enabled for PublicNetworkAccess.Modifier and TypeMethodDescriptionstatic PublicNetworkAccess
PublicNetworkAccess.fromString
(String name) Creates or finds a PublicNetworkAccess from its string representation.DigitalTwinsDescription.publicNetworkAccess()
Gets the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.DigitalTwinsPatchProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.Modifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess>
PublicNetworkAccess.values()
Gets known PublicNetworkAccess values.Modifier and TypeMethodDescriptionDigitalTwinsDescription.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Public network access for the DigitalTwinsInstance..DigitalTwinsPatchProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.