ArmResourceConnectorModelFactory.ResourceConnectorApplianceData 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 ResourceConnectorApplianceData.
public static Azure.ResourceManager.ResourceConnector.ResourceConnectorApplianceData ResourceConnectorApplianceData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.ResourceConnector.Models.ResourceConnectorDistro? distro = default, Azure.ResourceManager.ResourceConnector.Models.ApplianceProvider? infrastructureConfigProvider = default, string provisioningState = default, string publicKey = default, Azure.ResourceManager.ResourceConnector.Models.ResourceConnectorStatus? status = default, string version = default);
static member ResourceConnectorApplianceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.ResourceConnector.Models.ResourceConnectorDistro> * Nullable<Azure.ResourceManager.ResourceConnector.Models.ApplianceProvider> * string * string * Nullable<Azure.ResourceManager.ResourceConnector.Models.ResourceConnectorStatus> * string -> Azure.ResourceManager.ResourceConnector.ResourceConnectorApplianceData
Public Shared Function ResourceConnectorApplianceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional distro As Nullable(Of ResourceConnectorDistro) = Nothing, Optional infrastructureConfigProvider As Nullable(Of ApplianceProvider) = Nothing, Optional provisioningState As String = Nothing, Optional publicKey As String = Nothing, Optional status As Nullable(Of ResourceConnectorStatus) = Nothing, Optional version As String = Nothing) As ResourceConnectorApplianceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
Identity for the resource. Current supported identity types: SystemAssigned, None.
- distro
- Nullable<ResourceConnectorDistro>
Represents a supported Fabric/Infra. (AKSEdge etc...).
- infrastructureConfigProvider
- Nullable<ApplianceProvider>
Contains infrastructure information about the Appliance.
- provisioningState
- String
The current deployment or provisioning state, which only appears in the response.
- publicKey
- String
Certificates pair used to download MSI certificate from HIS. Can only be set once.
- status
- Nullable<ResourceConnectorStatus>
Appliance’s health and state of connection to on-prem.
- version
- String
Version of the Appliance.
Returns
A new ResourceConnectorApplianceData instance for mocking.
Applies to
Azure SDK for .NET