ResponseMessageEnvelopeRemotePrivateEndpointConnection Class
Definition
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.
Message envelope that contains the common Azure resource manager properties and the resource provider specific content.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ResponseMessageEnvelopeRemotePrivateEndpointConnectionTypeConverter))]
public class ResponseMessageEnvelopeRemotePrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResponseMessageEnvelopeRemotePrivateEndpointConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ResponseMessageEnvelopeRemotePrivateEndpointConnectionTypeConverter))>]
type ResponseMessageEnvelopeRemotePrivateEndpointConnection = class
interface IResponseMessageEnvelopeRemotePrivateEndpointConnection
interface IJsonSerializable
Public Class ResponseMessageEnvelopeRemotePrivateEndpointConnection
Implements IResponseMessageEnvelopeRemotePrivateEndpointConnection
- Inheritance
-
ResponseMessageEnvelopeRemotePrivateEndpointConnection
- Attributes
- Implements
Constructors
ResponseMessageEnvelopeRemotePrivateEndpointConnection() |
Creates an new ResponseMessageEnvelopeRemotePrivateEndpointConnection instance. |
Properties
Capacity |
Current number of instances assigned to the resource. |
Code |
Basic error code. |
Detail |
Error Details. |
ExtendedCode |
Type of 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} |
IdentityPrincipalId |
Principal Id of managed service identity. |
IdentityTenantId |
Tenant of managed service identity. |
IdentityType |
Type of managed service identity. |
IdentityUserAssignedIdentity |
The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} |
InnerError |
Inner errors. |
IPAddress |
Private IPAddresses mapped to the remote private endpoint |
Kind |
Kind of resource. |
Location |
Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia. |
Message |
Any details of the error. |
MessageTemplate |
Message template. |
Name |
Name of resource. |
Parameter |
Parameters for the template. |
PlanName |
The name. |
PlanProduct |
The product. |
PlanPromotionCode |
The promotion code. |
PlanPublisher |
The publisher. |
PlanVersion |
Version of product. |
PrivateEndpointId | |
PrivateLinkServiceConnectionStateActionsRequired |
ActionsRequired for a private link connection |
PrivateLinkServiceConnectionStateDescription |
Description of a private link connection |
PrivateLinkServiceConnectionStateStatus |
Status of a private link connection |
PropertiesId |
Resource Id. |
PropertiesName |
Resource Name. |
PropertiesType |
Resource type. |
ProvisioningState | |
SkuCapability |
Capabilities of the SKU, e.g., is traffic manager enabled? |
SkuCapacityDefault |
Default number of workers for this App Service plan SKU. |
SkuCapacityElasticMaximum |
Maximum number of Elastic workers for this App Service plan SKU. |
SkuCapacityMaximum |
Maximum number of workers for this App Service plan SKU. |
SkuCapacityMinimum |
Minimum number of workers for this App Service plan SKU. |
SkuCapacityScaleType |
Available scale configurations for an App Service plan. |
SkuFamily |
Family code of the resource SKU. |
SkuLocation |
Locations of the SKU. |
SkuName |
Name of the resource SKU. |
SkuSize |
Size specifier of the resource SKU. |
SkuTier |
Service tier of the resource SKU. |
Status |
Azure-AsyncOperation Status info. |
Tag |
Tags associated with resource. |
Target |
The error target. |
Type |
Type of resource e.g "Microsoft.Web/sites". |
Zone |
Logical Availability Zones the service is hosted in |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResponseMessageEnvelopeRemotePrivateEndpointConnection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResponseMessageEnvelopeRemotePrivateEndpointConnection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResponseMessageEnvelopeRemotePrivateEndpointConnection. |
FromJsonString(String) |
Creates a new instance of ResponseMessageEnvelopeRemotePrivateEndpointConnection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResponseMessageEnvelopeRemotePrivateEndpointConnection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |