PrivateLinkResourceBase Class

Definition

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

C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.PrivateLinkResourceBaseTypeConverter))]
public class PrivateLinkResourceBase : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IPrivateLinkResourceBase
Inheritance
PrivateLinkResourceBase
Attributes
Implements

Constructors

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

Product Versions
Azure - PowerShell Commands 12 (LTS), Latest