ResponseMessageEnvelopeRemotePrivateEndpointConnection interface
Message envelope that contains the common Azure resource manager properties and the resource provider specific content.
Properties
error | Azure-AsyncOperation Error info. |
id | Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this value for GET requests only. For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename} |
identity | MSI resource |
location | Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia. |
name | Name of resource. |
plan | Azure resource manager plan. |
properties | Resource specific properties. |
sku | SKU description of the resource. |
status | Azure-AsyncOperation Status info. |
tags | Tags associated with resource. |
type | Type of resource e.g "Microsoft.Web/sites". |
zones | Logical Availability Zones the service is hosted in |
Property Details
error
id
Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this value for GET requests only. For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}
id?: string
Property Value
string
identity
location
Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.
location?: string
Property Value
string
name
Name of resource.
name?: string
Property Value
string
plan
properties
Resource specific properties.
properties?: RemotePrivateEndpointConnection
Property Value
sku
status
Azure-AsyncOperation Status info.
status?: string
Property Value
string
tags
Tags associated with resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
Type of resource e.g "Microsoft.Web/sites".
type?: string
Property Value
string
zones
Logical Availability Zones the service is hosted in
zones?: string[]
Property Value
string[]