ArmGuestConfigurationModelFactory.GuestConfigurationAssignmentData 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 GuestConfigurationAssignmentData.
public static Azure.ResourceManager.GuestConfiguration.GuestConfigurationAssignmentData GuestConfigurationAssignmentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.AzureLocation? location = default, Azure.Core.ResourceType? resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentProperties properties = default);
static member GuestConfigurationAssignmentData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.Core.ResourceType> * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentProperties -> Azure.ResourceManager.GuestConfiguration.GuestConfigurationAssignmentData
Public Shared Function GuestConfigurationAssignmentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional systemData As SystemData = Nothing, Optional properties As GuestConfigurationAssignmentProperties = Nothing) As GuestConfigurationAssignmentData
Parameters
ARM resource id of the guest configuration assignment.
- name
- String
Name of the guest configuration assignment.
- location
- Nullable<AzureLocation>
Region where the VM is located.
- resourceType
- Nullable<ResourceType>
The type of the resource.
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- properties
- GuestConfigurationAssignmentProperties
Properties of the Guest configuration assignment.
Returns
A new GuestConfigurationAssignmentData instance for mocking.
Applies to
Azure SDK for .NET