UpdateKeyRequestMessage.Attributes Property

 

Gets or sets the attributes of the key.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore, 
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "attributes", 
    Required = Required.Default)]
public KeyAttributes Attributes { get; set; }
public:
[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling::Ignore, 
    NullValueHandling = NullValueHandling::Ignore, PropertyName = "attributes", 
    Required = Required::Default)]
property KeyAttributes^ Attributes {
    KeyAttributes^ get();
    void set(KeyAttributes^ value);
}
[<JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore,
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "attributes",
    Required = Required.Default)>]
member Attributes : KeyAttributes with get, set
<JsonPropertyAttribute(DefaultValueHandling := DefaultValueHandling.Ignore,
    NullValueHandling := NullValueHandling.Ignore, PropertyName := "attributes",
    Required := Required.Default)>
Public Property Attributes As KeyAttributes

Property Value

Type: Microsoft.Azure.KeyVault.KeyAttributes

The attributes of the key.

See Also

UpdateKeyRequestMessage Class
Microsoft.Azure.KeyVault Namespace

Return to top