ArmAvsModelFactory.AvsCloudLinkData 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 AvsCloudLinkData.
public static Azure.ResourceManager.Avs.AvsCloudLinkData AvsCloudLinkData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Avs.Models.AvsCloudLinkProvisioningState? provisioningState = default, Azure.ResourceManager.Avs.Models.AvsCloudLinkStatus? status = default, Azure.Core.ResourceIdentifier linkedCloud = default);
static member AvsCloudLinkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Avs.Models.AvsCloudLinkProvisioningState> * Nullable<Azure.ResourceManager.Avs.Models.AvsCloudLinkStatus> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.AvsCloudLinkData
Public Shared Function AvsCloudLinkData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of AvsCloudLinkProvisioningState) = Nothing, Optional status As Nullable(Of AvsCloudLinkStatus) = Nothing, Optional linkedCloud As ResourceIdentifier = Nothing) As AvsCloudLinkData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<AvsCloudLinkProvisioningState>
The provisioning state of the resource.
- status
- Nullable<AvsCloudLinkStatus>
The state of the cloud link.
- linkedCloud
- ResourceIdentifier
Identifier of the other private cloud participating in the link.
Returns
A new AvsCloudLinkData instance for mocking.