PrivateLinkResourceBase Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Private |
Creates an new PrivateLinkResourceBase instance. |
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" |
Deserialize |
Deserializes a IDictionary into an instance of PrivateLinkResourceBase. |
Deserialize |
Deserializes a PSObject into an instance of PrivateLinkResourceBase. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IPrivateLinkResourceBase. |
From |
Creates a new instance of PrivateLinkResourceBase, deserializing the content from a json string. |
To |
Serializes this instance of PrivateLinkResourceBase into a JsonNode. |
To |
Serializes this instance to a json string. |
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |