你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProviderHubMetadataThirdPartyProviderAuthorization Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ProviderHubMetadataThirdPartyProviderAuthorizationTypeConverter))]
public class ProviderHubMetadataThirdPartyProviderAuthorization : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IProviderHubMetadataThirdPartyProviderAuthorization, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ProviderHubMetadataThirdPartyProviderAuthorizationTypeConverter))>]
type ProviderHubMetadataThirdPartyProviderAuthorization = class
    interface IProviderHubMetadataThirdPartyProviderAuthorization
    interface IJsonSerializable
    interface IThirdPartyProviderAuthorization
    interface IValidates
Public Class ProviderHubMetadataThirdPartyProviderAuthorization
Implements IProviderHubMetadataThirdPartyProviderAuthorization, IValidates
Inheritance
ProviderHubMetadataThirdPartyProviderAuthorization
Attributes
Implements

Constructors

ProviderHubMetadataThirdPartyProviderAuthorization()

Creates an new ProviderHubMetadataThirdPartyProviderAuthorization instance.

Properties

Authorization
ManagedByTenantId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProviderHubMetadataThirdPartyProviderAuthorization.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProviderHubMetadataThirdPartyProviderAuthorization.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IProviderHubMetadataThirdPartyProviderAuthorization.

FromJsonString(String)

Creates a new instance of ProviderHubMetadataThirdPartyProviderAuthorization, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProviderHubMetadataThirdPartyProviderAuthorization into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to