ArmElasticModelFactory.ConnectedPartnerResourceProperties 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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET