Udostępnij za pośrednictwem


ArmElasticModelFactory.ConnectedPartnerResourceProperties Method

Definition

Initializes a new instance of ConnectedPartnerResourceProperties.

public static Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourceProperties ConnectedPartnerResourceProperties (string partnerDeploymentName = default, Uri partnerDeploymentUri = default, string azureResourceId = default, Azure.Core.AzureLocation? location = default);
static member ConnectedPartnerResourceProperties : string * Uri * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourceProperties
Public Shared Function ConnectedPartnerResourceProperties (Optional partnerDeploymentName As String = Nothing, Optional partnerDeploymentUri As Uri = Nothing, Optional azureResourceId As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As ConnectedPartnerResourceProperties

Parameters

partnerDeploymentName
String

Elastic deployment name.

partnerDeploymentUri
Uri

Deployment URL of the elasticsearch in Elastic cloud deployment.

azureResourceId
String

The azure resource Id of the deployment.

location
Nullable<AzureLocation>

The location of the deployment.

Returns

A new ConnectedPartnerResourceProperties instance for mocking.

Applies to