Share via


ManagementPolicyName Struct

Definition

The ManagementPolicyName.

public readonly struct ManagementPolicyName : IEquatable<Azure.ResourceManager.Storage.Models.ManagementPolicyName>
type ManagementPolicyName = struct
Public Structure ManagementPolicyName
Implements IEquatable(Of ManagementPolicyName)
Inheritance
ManagementPolicyName
Implements

Constructors

ManagementPolicyName(String)

Initializes a new instance of ManagementPolicyName.

Properties

Default

default.

Methods

Equals(ManagementPolicyName)

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(ManagementPolicyName, ManagementPolicyName)

Determines if two ManagementPolicyName values are the same.

Implicit(String to ManagementPolicyName)

Converts a string to a ManagementPolicyName.

Inequality(ManagementPolicyName, ManagementPolicyName)

Determines if two ManagementPolicyName values are not the same.

Applies to