ArmScVmmModelFactory.ScVmmCloudData 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 ScVmmCloudData.
public static Azure.ResourceManager.ScVmm.ScVmmCloudData ScVmmCloudData (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.Resources.Models.ExtendedLocation extendedLocation = default, string inventoryItemId = default, string uuid = default, Azure.Core.ResourceIdentifier vmmServerId = default, string cloudName = default, Azure.ResourceManager.ScVmm.Models.ScVmmCloudCapacity cloudCapacity = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ScVmm.Models.ScVmmStorageQosPolicy> storageQosPolicies = default, Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState? provisioningState = default);
static member ScVmmCloudData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Resources.Models.ExtendedLocation * string * string * Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.ScVmm.Models.ScVmmCloudCapacity * seq<Azure.ResourceManager.ScVmm.Models.ScVmmStorageQosPolicy> * Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState> -> Azure.ResourceManager.ScVmm.ScVmmCloudData
Public Shared Function ScVmmCloudData (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 extendedLocation As ExtendedLocation = Nothing, Optional inventoryItemId As String = Nothing, Optional uuid As String = Nothing, Optional vmmServerId As ResourceIdentifier = Nothing, Optional cloudName As String = Nothing, Optional cloudCapacity As ScVmmCloudCapacity = Nothing, Optional storageQosPolicies As IEnumerable(Of ScVmmStorageQosPolicy) = Nothing, Optional provisioningState As Nullable(Of ScVmmProvisioningState) = Nothing) As ScVmmCloudData
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.
- extendedLocation
- ExtendedLocation
The extended location.
- inventoryItemId
- String
Gets or sets the inventory Item ID for the resource.
- uuid
- String
Unique ID of the cloud.
- vmmServerId
- ResourceIdentifier
ARM Id of the vmmServer resource in which this resource resides.
- cloudName
- String
Name of the cloud in VMMServer.
- cloudCapacity
- ScVmmCloudCapacity
Capacity of the cloud.
- storageQosPolicies
- IEnumerable<ScVmmStorageQosPolicy>
List of QoS policies available for the cloud.
- provisioningState
- Nullable<ScVmmProvisioningState>
Provisioning state of the resource.
Returns
A new ScVmmCloudData instance for mocking.
Applies to
Azure SDK for .NET