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
| Name | Description |
|---|---|
| ConnectedPartnerResourceProperties(String, Uri, String, Nullable<AzureLocation>) |
Initializes a new instance of ConnectedPartnerResourceProperties. |
| ConnectedPartnerResourceProperties(String, Uri, ResourceIdentifier, Nullable<AzureLocation>, String) |
Initializes a new instance of ConnectedPartnerResourceProperties. |
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
ConnectedPartnerResourceProperties(String, Uri, ResourceIdentifier, Nullable<AzureLocation>, String)
- 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, string connectedPartnerResourcePropertiesType = default);
static member ConnectedPartnerResourceProperties : string * Uri * Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> * string -> 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, Optional connectedPartnerResourcePropertiesType As String = Nothing) As ConnectedPartnerResourceProperties
Parameters
- partnerDeploymentName
- String
Elastic resource name.
- partnerDeploymentUri
- Uri
URL of the resource in Elastic cloud.
- azureResourceId
- ResourceIdentifier
The azure resource Id of the resource.
- location
- Nullable<AzureLocation>
The location of the resource.
- connectedPartnerResourcePropertiesType
- String
The hosting type of the resource.
Returns
A new ConnectedPartnerResourceProperties instance for mocking.