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
| Name | Description |
|---|---|
| CorsRuleAllowedMethod(String) |
Initializes a new instance of CorsRuleAllowedMethod. |
Properties
| Name | Description |
|---|---|
| Connect |
CONNECT. |
| Delete |
DELETE. |
| Get |
GET. |
| Head |
HEAD. |
| Merge |
MERGE. |
| Options |
OPTIONS. |
| Patch |
PATCH. |
| Post |
POST. |
| Put |
PUT. |
| Trace |
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. |
| Inequality(CorsRuleAllowedMethod, CorsRuleAllowedMethod) |
Determines if two CorsRuleAllowedMethod values are not the same. |