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.
Overloads
ConnectedPartnerResourceProperties(String, Uri, ResourceIdentifier, Nullable<AzureLocation>) |
Initializes a new instance of ConnectedPartnerResourceProperties. |
ConnectedPartnerResourceProperties(String, Uri, String, Nullable<AzureLocation>) |
Initializes a new instance of ConnectedPartnerResourceProperties. |
ConnectedPartnerResourceProperties(String, Uri, ResourceIdentifier, Nullable<AzureLocation>)
- Source:
- ArmElasticModelFactory.cs
Initializes a new instance of ConnectedPartnerResourceProperties.
public static Azure.ResourceManager.Elastic.Models.ConnectedPartnerResourceProperties ConnectedPartnerResourceProperties (string partnerDeploymentName = default, Uri partnerDeploymentUri = default, Azure.Core.ResourceIdentifier azureResourceId = default, Azure.Core.AzureLocation? location = default);
static member ConnectedPartnerResourceProperties : string * Uri * Azure.Core.ResourceIdentifier * 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 ResourceIdentifier = 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
- ResourceIdentifier
The azure resource Id of the deployment.
- location
- Nullable<AzureLocation>
The location of the deployment.
Returns
A new ConnectedPartnerResourceProperties instance for mocking.
Applies to
ConnectedPartnerResourceProperties(String, Uri, String, Nullable<AzureLocation>)
- Source:
- ArmElasticModelFactory.cs
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
Azure SDK for .NET