Partager via


CorsRuleAllowedMethod Structure

Définition

Le CorsRuleAllowedMethod.

public readonly struct CorsRuleAllowedMethod : IEquatable<Azure.ResourceManager.Storage.Models.CorsRuleAllowedMethod>
type CorsRuleAllowedMethod = struct
Public Structure CorsRuleAllowedMethod
Implements IEquatable(Of CorsRuleAllowedMethod)
Héritage
CorsRuleAllowedMethod
Implémente

Constructeurs

CorsRuleAllowedMethod(String)

Initialise une nouvelle instance de CorsRuleAllowedMethod.

Propriétés

Delete

SUPPRIMER.

Get

GET.

Head

HEAD.

Merge

FUSIONNER.

Options

OPTIONS.

Patch

PATCH.

Post

PUBLIER.

Put

METTRE.

Méthodes

Equals(CorsRuleAllowedMethod)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(CorsRuleAllowedMethod, CorsRuleAllowedMethod)

Détermine si deux CorsRuleAllowedMethod valeurs sont identiques.

Implicit(String to CorsRuleAllowedMethod)

Convertit une chaîne en CorsRuleAllowedMethod.

Inequality(CorsRuleAllowedMethod, CorsRuleAllowedMethod)

Détermine si deux CorsRuleAllowedMethod valeurs ne sont pas identiques.

S’applique à