ArmAppServiceModelFactory.ResponseMessageEnvelopeRemotePrivateEndpointConnection Method
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.
Initializes a new instance of ResponseMessageEnvelopeRemotePrivateEndpointConnection.
public static Azure.ResourceManager.AppService.Models.ResponseMessageEnvelopeRemotePrivateEndpointConnection ResponseMessageEnvelopeRemotePrivateEndpointConnection (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, Azure.ResourceManager.AppService.Models.AppServiceArmPlan plan = default, Azure.ResourceManager.AppService.Models.RemotePrivateEndpointConnection properties = default, Azure.ResourceManager.AppService.Models.AppServiceSkuDescription sku = default, string status = default, Azure.ResponseError error = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member ResponseMessageEnvelopeRemotePrivateEndpointConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Azure.ResourceManager.AppService.Models.AppServiceArmPlan * Azure.ResourceManager.AppService.Models.RemotePrivateEndpointConnection * Azure.ResourceManager.AppService.Models.AppServiceSkuDescription * string * Azure.ResponseError * Azure.ResourceManager.Models.ManagedServiceIdentity * seq<string> -> Azure.ResourceManager.AppService.Models.ResponseMessageEnvelopeRemotePrivateEndpointConnection
Public Shared Function ResponseMessageEnvelopeRemotePrivateEndpointConnection (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional plan As AppServiceArmPlan = Nothing, Optional properties As RemotePrivateEndpointConnection = Nothing, Optional sku As AppServiceSkuDescription = Nothing, Optional status As String = Nothing, Optional error As ResponseError = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As ResponseMessageEnvelopeRemotePrivateEndpointConnection
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- location
- Nullable<AzureLocation>
Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.
- tags
- IReadOnlyDictionary<String,String>
Tags associated with resource.
- plan
- AppServiceArmPlan
Azure resource manager plan.
- properties
- RemotePrivateEndpointConnection
Resource specific properties.
SKU description of the resource.
- status
- String
Azure-AsyncOperation Status info.
- error
- ResponseError
Azure-AsyncOperation Error info.
- identity
- ManagedServiceIdentity
MSI resource.
- zones
- IEnumerable<String>
Logical Availability Zones the service is hosted in.
Returns
A new ResponseMessageEnvelopeRemotePrivateEndpointConnection instance for mocking.
Applies to
Azure SDK for .NET