Uses of Class
com.azure.resourcemanager.compute.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionDiskInner.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.DiskProperties.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointInner.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointProperties.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.DiskUpdateProperties.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotInner.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotProperties.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdateProperties.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionDiskInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type PublicNetworkAccess in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classPolicy for controlling export on the disk.Fields in com.azure.resourcemanager.compute.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccessPublicNetworkAccess.DISABLEDStatic value Disabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.compute.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.Disk.publicNetworkAccess()Whether the disk can be accessed from public network.DiskUpdate.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.Snapshot.publicNetworkAccess()Checks whether the snapshot can be accessed from public network.SnapshotUpdate.publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.compute.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionDiskUpdate.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdate.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.