ResourceManagementSupportedOperation Struct

Definition

Supported operations.

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

Constructors

Name Description
ResourceManagementSupportedOperation(String)

Initializes a new instance of ResourceManagementSupportedOperation.

Properties

Name Description
Delete

Gets the Delete.

Get

Gets the Get.

NotSpecified

Gets the NotSpecified.

Methods

Name Description
Equals(ResourceManagementSupportedOperation)

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

Determines if two ResourceManagementSupportedOperation values are the same.

Implicit(String to Nullable<ResourceManagementSupportedOperation>)
Implicit(String to ResourceManagementSupportedOperation)

Converts a string to a ResourceManagementSupportedOperation.

Inequality(ResourceManagementSupportedOperation, ResourceManagementSupportedOperation)

Determines if two ResourceManagementSupportedOperation values are not the same.

Applies to