Share via


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

Allow.

Default

Default.

Deny

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.

Inequality(DevTestLabUsagePermissionType, DevTestLabUsagePermissionType)

Determines if two DevTestLabUsagePermissionType values are not the same.

Applies to