次の方法で共有


ShareablePrivateLinkResourceProperties Class

Definition

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

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

Constructors

ShareablePrivateLinkResourceProperties()

Creates an new ShareablePrivateLinkResourceProperties 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

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 ShareablePrivateLinkResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ShareablePrivateLinkResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ShareablePrivateLinkResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to