Freigeben über


DevTestLabUsagePermissionType Struct

Definition

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

Name Description
DevTestLabUsagePermissionType(String)

Initializes a new instance of DevTestLabUsagePermissionType.

Properties

Name Description
Allow

Gets the Allow.

Default

Gets the Default.

Deny

Gets the Deny.

Methods

Name Description
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

Name Description
Equality(DevTestLabUsagePermissionType, DevTestLabUsagePermissionType)

Determines if two DevTestLabUsagePermissionType values are the same.

Implicit(String to DevTestLabUsagePermissionType)

Converts a string to a DevTestLabUsagePermissionType.

Implicit(String to Nullable<DevTestLabUsagePermissionType>)
Inequality(DevTestLabUsagePermissionType, DevTestLabUsagePermissionType)

Determines if two DevTestLabUsagePermissionType values are not the same.

Applies to