DevTestLabUsagePermissionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)).
public readonly struct DevTestLabUsagePermissionType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabUsagePermissionType>
type DevTestLabUsagePermissionType = struct
Public Structure DevTestLabUsagePermissionType
Implements IEquatable(Of DevTestLabUsagePermissionType)
- Inheritance
-
DevTestLabUsagePermissionType
- Implements
Constructors
DevTestLabUsagePermissionType(String) |
Initializes a new instance of DevTestLabUsagePermissionType. |
Properties
Allow |
Allow. |
Default |
Default. |
Deny |
Deny. |
Methods
Equals(DevTestLabUsagePermissionType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DevTestLabUsagePermissionType, DevTestLabUsagePermissionType) |
Determines if two DevTestLabUsagePermissionType values are the same. |
Implicit(String to DevTestLabUsagePermissionType) |
Converts a string to a DevTestLabUsagePermissionType. |
Inequality(DevTestLabUsagePermissionType, DevTestLabUsagePermissionType) |
Determines if two DevTestLabUsagePermissionType values are not the same. |
Applies to
Azure SDK for .NET