CorsRuleAllowedMethod Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Connect |
CONNECT. |
Delete |
DELETE. |
Get |
GET. |
Head |
HEAD. |
Merge |
MERGE. |
Options |
OPTIONS. |
Patch |
PATCH. |
Post |
POST. |
Put |
PUT. |
Trace |
TRACE. |
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
Azure SDK for .NET