Share via


CorsRuleAllowedMethod Struct

Definition

The CorsRuleAllowedMethod.

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

Constructors

CorsRuleAllowedMethod(String)

Initializes a new instance of CorsRuleAllowedMethod.

Properties

Delete

DELETE.

Get

GET.

Head

HEAD.

Merge

MERGE.

Options

OPTIONS.

Patch

PATCH.

Post

POST.

Put

PUT.

Methods

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

Equality(CorsRuleAllowedMethod, CorsRuleAllowedMethod)

Determines if two CorsRuleAllowedMethod values are the same.

Implicit(String to CorsRuleAllowedMethod)

Converts a string to a CorsRuleAllowedMethod.

Inequality(CorsRuleAllowedMethod, CorsRuleAllowedMethod)

Determines if two CorsRuleAllowedMethod values are not the same.

Applies to