Uses of Class
com.azure.resourcemanager.compute.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessDiskInner. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessDiskProperties. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessDiskRestorePointInner. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessDiskRestorePointProperties. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessDiskUpdateProperties. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessSnapshotInner. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessSnapshotProperties. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessSnapshotUpdateProperties. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PublicNetworkAccess Modifier and Type Method Description DiskInnerDiskInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskPropertiesDiskProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointInnerDiskRestorePointInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskRestorePointPropertiesDiskRestorePointProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskUpdatePropertiesDiskUpdateProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotInnerSnapshotInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotPropertiesSnapshotProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdatePropertiesSnapshotUpdateProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as PublicNetworkAccess Modifier and Type Field Description static PublicNetworkAccessPublicNetworkAccess. DISABLEDStatic value Disabled for PublicNetworkAccess.static PublicNetworkAccessPublicNetworkAccess. ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.compute.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String name)Creates or finds a PublicNetworkAccess from its string representation.PublicNetworkAccessDiskUpdate. publicNetworkAccess()Get the publicNetworkAccess property: Policy for controlling export on the disk.PublicNetworkAccessSnapshotUpdate. 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 PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>PublicNetworkAccess. values()Methods in com.azure.resourcemanager.compute.models with parameters of type PublicNetworkAccess Modifier and Type Method Description DiskUpdateDiskUpdate. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdateSnapshotUpdate. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.
-