ResponseMessageEnvelopeRemotePrivateEndpointConnection Class

Message envelope that contains the common Azure resource manager properties and the resource provider specific content.

Constructor

ResponseMessageEnvelopeRemotePrivateEndpointConnection(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

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

name
str

Name of resource.

type
str

Type of resource e.g "Microsoft.Web/sites".

location
str

Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.

tags

Tags associated with resource.

plan

Azure resource manager plan.

properties

Resource specific properties.

sku

SKU description of the resource.

status
str

Azure-AsyncOperation Status info.

error

Azure-AsyncOperation Error info.

identity

MSI resource.

zones

Logical Availability Zones the service is hosted in.

Attributes

error

Azure-AsyncOperation Error info.

error: _models.ErrorEntity | None

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: str | None

identity

MSI resource.

identity: _models.ManagedServiceIdentity | None

location

Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.

location: str | None

name

Name of resource.

name: str | None

plan

Azure resource manager plan.

plan: _models.ArmPlan | None

properties

Resource specific properties.

properties: _models.RemotePrivateEndpointConnection | None

sku

SKU description of the resource.

sku: _models.SkuDescription | None

status

Azure-AsyncOperation Status info.

status: str | None

tags

Tags associated with resource.

tags: dict[str, str] | None

type

Type of resource e.g "Microsoft.Web/sites".

type: str | None

zones

Logical Availability Zones the service is hosted in.

zones: list[str] | None