Uses of Class
com.microsoft.azure.management.compute.NetworkAccessPolicy
Packages that use NetworkAccessPolicy
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of NetworkAccessPolicy in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as NetworkAccessPolicyModifier and TypeFieldDescriptionstatic final NetworkAccessPolicy
NetworkAccessPolicy.ALLOW_ALL
Static value AllowAll for NetworkAccessPolicy.static final NetworkAccessPolicy
NetworkAccessPolicy.ALLOW_PRIVATE
Static value AllowPrivate for NetworkAccessPolicy.static final NetworkAccessPolicy
NetworkAccessPolicy.DENY_ALL
Static value DenyAll for NetworkAccessPolicy.Methods in com.microsoft.azure.management.compute that return NetworkAccessPolicyModifier and TypeMethodDescriptionstatic NetworkAccessPolicy
NetworkAccessPolicy.fromString
(String name) Creates or finds a NetworkAccessPolicy from its string representation.DiskUpdate.networkAccessPolicy()
Get possible values include: 'AllowAll', 'AllowPrivate', 'DenyAll'.SnapshotUpdate.networkAccessPolicy()
Get possible values include: 'AllowAll', 'AllowPrivate', 'DenyAll'.Methods in com.microsoft.azure.management.compute that return types with arguments of type NetworkAccessPolicyModifier and TypeMethodDescriptionstatic Collection<NetworkAccessPolicy>
NetworkAccessPolicy.values()
Methods in com.microsoft.azure.management.compute with parameters of type NetworkAccessPolicyModifier and TypeMethodDescriptionDiskUpdate.withNetworkAccessPolicy
(NetworkAccessPolicy networkAccessPolicy) Set possible values include: 'AllowAll', 'AllowPrivate', 'DenyAll'.SnapshotUpdate.withNetworkAccessPolicy
(NetworkAccessPolicy networkAccessPolicy) Set possible values include: 'AllowAll', 'AllowPrivate', 'DenyAll'.