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

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