다음을 통해 공유


PrivateLinkResourceBase Class

Definition

Common fields that are returned in the response for all BotService Private Link Resources

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.PrivateLinkResourceBaseTypeConverter))]
public class PrivateLinkResourceBase : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IPrivateLinkResourceBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.PrivateLinkResourceBaseTypeConverter))>]
type PrivateLinkResourceBase = class
    interface IPrivateLinkResourceBase
    interface IJsonSerializable
Public Class PrivateLinkResourceBase
Implements IPrivateLinkResourceBase
Inheritance
PrivateLinkResourceBase
Attributes
Implements

Constructors

PrivateLinkResourceBase()

Creates an new PrivateLinkResourceBase instance.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Name

The name of the resource

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkResourceBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkResourceBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IPrivateLinkResourceBase.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkResourceBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to