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.
Guest configuration assignment is an association between a machine and guest configuration.
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.GuestConfiguration.Models.GuestConfigurationAssignmentProperties properties = default);
static member GuestConfigurationAssignmentData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.Core.ResourceType> * 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 properties As GuestConfigurationAssignmentProperties = Nothing) As GuestConfigurationAssignmentData
Parameters
ARM resource id of the guest configuration assignment.
- name
- String
The guest configuration assignment name.
- location
- Nullable<AzureLocation>
Region where the VM is located.
- resourceType
- Nullable<ResourceType>
The type of the resource.
- properties
- GuestConfigurationAssignmentProperties
Properties of the Guest configuration assignment.
Returns
A new GuestConfigurationAssignmentData instance for mocking.