你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DomainSharedAccessKeys Class
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.
Shared access keys of the Domain.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DomainSharedAccessKeysTypeConverter))]
public class DomainSharedAccessKeys : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DomainSharedAccessKeysTypeConverter))>]
type DomainSharedAccessKeys = class
interface IDomainSharedAccessKeys
interface IJsonSerializable
Public Class DomainSharedAccessKeys
Implements IDomainSharedAccessKeys
- Inheritance
-
DomainSharedAccessKeys
- Attributes
- Implements
Constructors
DomainSharedAccessKeys() |
Creates an new DomainSharedAccessKeys instance. |
Properties
Key1 |
Shared access key1 for the domain. |
Key2 |
Shared access key2 for the domain. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DomainSharedAccessKeys. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DomainSharedAccessKeys. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys. |
FromJsonString(String) |
Creates a new instance of DomainSharedAccessKeys, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DomainSharedAccessKeys into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |