次の方法で共有


ShareablePrivateLinkResourceType Class

Definition

Describes a resource type that has been onboarded to private link service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ShareablePrivateLinkResourceTypeTypeConverter))]
public class ShareablePrivateLinkResourceType : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IShareablePrivateLinkResourceType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ShareablePrivateLinkResourceTypeTypeConverter))>]
type ShareablePrivateLinkResourceType = class
    interface IShareablePrivateLinkResourceType
    interface IJsonSerializable
Public Class ShareablePrivateLinkResourceType
Implements IShareablePrivateLinkResourceType
Inheritance
ShareablePrivateLinkResourceType
Attributes
Implements

Constructors

ShareablePrivateLinkResourceType()

Creates an new ShareablePrivateLinkResourceType instance.

Properties

Description

The description of the resource type that has been onboarded to private link service

GroupId

The resource provider group id for the resource that has been onboarded to private link service

Name

The name of the resource type that has been onboarded to private link service

Type

The resource provider type for the resource that has been onboarded to private link service

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ShareablePrivateLinkResourceType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ShareablePrivateLinkResourceType.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IShareablePrivateLinkResourceType.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ShareablePrivateLinkResourceType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to