Share via


CorsRuleAllowedMethod Struct

Definition

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

Constructors

Name Description
CorsRuleAllowedMethod(String)

Initializes a new instance of CorsRuleAllowedMethod.

Properties

Name Description
Connect

Gets the Connect.

Delete

Gets the Delete.

Get

Gets the Get.

Head

Gets the Head.

Merge

Gets the Merge.

Options

Gets the Options.

Patch

Gets the Patch.

Post

Gets the Post.

Put

Gets the Put.

Trace

Gets the Trace.

Methods

Name Description
Equals(CorsRuleAllowedMethod)

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

Determines if two CorsRuleAllowedMethod values are the same.

Implicit(String to CorsRuleAllowedMethod)

Converts a string to a CorsRuleAllowedMethod.

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

Determines if two CorsRuleAllowedMethod values are not the same.

Applies to