This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.guestconfiguration.getGuestConfigurationAssignment
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Get information about a guest configuration assignment Azure REST API version: 2022-01-25.
Other available API versions: 2024-04-05.
Using getGuestConfigurationAssignment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGuestConfigurationAssignment(args: GetGuestConfigurationAssignmentArgs, opts?: InvokeOptions): Promise<GetGuestConfigurationAssignmentResult>
function getGuestConfigurationAssignmentOutput(args: GetGuestConfigurationAssignmentOutputArgs, opts?: InvokeOptions): Output<GetGuestConfigurationAssignmentResult>
def get_guest_configuration_assignment(guest_configuration_assignment_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
vm_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGuestConfigurationAssignmentResult
def get_guest_configuration_assignment_output(guest_configuration_assignment_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
vm_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGuestConfigurationAssignmentResult]
func LookupGuestConfigurationAssignment(ctx *Context, args *LookupGuestConfigurationAssignmentArgs, opts ...InvokeOption) (*LookupGuestConfigurationAssignmentResult, error)
func LookupGuestConfigurationAssignmentOutput(ctx *Context, args *LookupGuestConfigurationAssignmentOutputArgs, opts ...InvokeOption) LookupGuestConfigurationAssignmentResultOutput
> Note: This function is named LookupGuestConfigurationAssignment
in the Go SDK.
public static class GetGuestConfigurationAssignment
{
public static Task<GetGuestConfigurationAssignmentResult> InvokeAsync(GetGuestConfigurationAssignmentArgs args, InvokeOptions? opts = null)
public static Output<GetGuestConfigurationAssignmentResult> Invoke(GetGuestConfigurationAssignmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGuestConfigurationAssignmentResult> getGuestConfigurationAssignment(GetGuestConfigurationAssignmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:guestconfiguration:getGuestConfigurationAssignment
arguments:
# arguments dictionary
The following arguments are supported:
- Guest
Configuration stringAssignment Name - The guest configuration assignment name.
- Resource
Group stringName - The resource group name.
- Vm
Name string - The name of the virtual machine.
- Guest
Configuration stringAssignment Name - The guest configuration assignment name.
- Resource
Group stringName - The resource group name.
- Vm
Name string - The name of the virtual machine.
- guest
Configuration StringAssignment Name - The guest configuration assignment name.
- resource
Group StringName - The resource group name.
- vm
Name String - The name of the virtual machine.
- guest
Configuration stringAssignment Name - The guest configuration assignment name.
- resource
Group stringName - The resource group name.
- vm
Name string - The name of the virtual machine.
- guest_
configuration_ strassignment_ name - The guest configuration assignment name.
- resource_
group_ strname - The resource group name.
- vm_
name str - The name of the virtual machine.
- guest
Configuration StringAssignment Name - The guest configuration assignment name.
- resource
Group StringName - The resource group name.
- vm
Name String - The name of the virtual machine.
getGuestConfigurationAssignment Result
The following output properties are available:
- Id string
- ARM resource id of the guest configuration assignment.
- Properties
Pulumi.
Azure Native. Guest Configuration. Outputs. Guest Configuration Assignment Properties Response - Properties of the Guest configuration assignment.
- System
Data Pulumi.Azure Native. Guest Configuration. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource.
- Location string
- Region where the VM is located.
- Name string
- Name of the guest configuration assignment.
- Id string
- ARM resource id of the guest configuration assignment.
- Properties
Guest
Configuration Assignment Properties Response - Properties of the Guest configuration assignment.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource.
- Location string
- Region where the VM is located.
- Name string
- Name of the guest configuration assignment.
- id String
- ARM resource id of the guest configuration assignment.
- properties
Guest
Configuration Assignment Properties Response - Properties of the Guest configuration assignment.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource.
- location String
- Region where the VM is located.
- name String
- Name of the guest configuration assignment.
- id string
- ARM resource id of the guest configuration assignment.
- properties
Guest
Configuration Assignment Properties Response - Properties of the Guest configuration assignment.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource.
- location string
- Region where the VM is located.
- name string
- Name of the guest configuration assignment.
- id str
- ARM resource id of the guest configuration assignment.
- properties
Guest
Configuration Assignment Properties Response - Properties of the Guest configuration assignment.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource.
- location str
- Region where the VM is located.
- name str
- Name of the guest configuration assignment.
- id String
- ARM resource id of the guest configuration assignment.
- properties Property Map
- Properties of the Guest configuration assignment.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource.
- location String
- Region where the VM is located.
- name String
- Name of the guest configuration assignment.
Supporting Types
AssignmentInfoResponse
- Name string
- Name of the guest configuration assignment.
- Configuration
Pulumi.
Azure Native. Guest Configuration. Inputs. Configuration Info Response - Information about the configuration.
- Name string
- Name of the guest configuration assignment.
- Configuration
Configuration
Info Response - Information about the configuration.
- name String
- Name of the guest configuration assignment.
- configuration
Configuration
Info Response - Information about the configuration.
- name string
- Name of the guest configuration assignment.
- configuration
Configuration
Info Response - Information about the configuration.
- name str
- Name of the guest configuration assignment.
- configuration
Configuration
Info Response - Information about the configuration.
- name String
- Name of the guest configuration assignment.
- configuration Property Map
- Information about the configuration.
AssignmentReportResourceComplianceReasonResponse
AssignmentReportResourceResponse
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- Properties object
- Properties of a guest configuration assignment resource.
- Resource
Id string - Name of the guest configuration assignment resource setting.
- Reasons
List<Pulumi.
Azure Native. Guest Configuration. Inputs. Assignment Report Resource Compliance Reason Response> - Compliance reason and reason code for a resource.
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- Properties interface{}
- Properties of a guest configuration assignment resource.
- Resource
Id string - Name of the guest configuration assignment resource setting.
- Reasons
[]Assignment
Report Resource Compliance Reason Response - Compliance reason and reason code for a resource.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- properties Object
- Properties of a guest configuration assignment resource.
- resource
Id String - Name of the guest configuration assignment resource setting.
- reasons
List<Assignment
Report Resource Compliance Reason Response> - Compliance reason and reason code for a resource.
- compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- properties any
- Properties of a guest configuration assignment resource.
- resource
Id string - Name of the guest configuration assignment resource setting.
- reasons
Assignment
Report Resource Compliance Reason Response[] - Compliance reason and reason code for a resource.
- compliance_
status str - A value indicating compliance status of the machine for the assigned guest configuration.
- properties Any
- Properties of a guest configuration assignment resource.
- resource_
id str - Name of the guest configuration assignment resource setting.
- reasons
Sequence[Assignment
Report Resource Compliance Reason Response] - Compliance reason and reason code for a resource.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- properties Any
- Properties of a guest configuration assignment resource.
- resource
Id String - Name of the guest configuration assignment resource setting.
- reasons List<Property Map>
- Compliance reason and reason code for a resource.
AssignmentReportResponse
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- End
Time string - End date and time of the guest configuration assignment compliance status check.
- Id string
- ARM resource id of the report for the guest configuration assignment.
- Operation
Type string - Type of report, Consistency or Initial
- Report
Id string - GUID that identifies the guest configuration assignment report under a subscription, resource group.
- Start
Time string - Start date and time of the guest configuration assignment compliance status check.
- Assignment
Pulumi.
Azure Native. Guest Configuration. Inputs. Assignment Info Response - Configuration details of the guest configuration assignment.
- Resources
List<Pulumi.
Azure Native. Guest Configuration. Inputs. Assignment Report Resource Response> - The list of resources for which guest configuration assignment compliance is checked.
- Vm
Pulumi.
Azure Native. Guest Configuration. Inputs. VMInfo Response - Information about the VM.
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- End
Time string - End date and time of the guest configuration assignment compliance status check.
- Id string
- ARM resource id of the report for the guest configuration assignment.
- Operation
Type string - Type of report, Consistency or Initial
- Report
Id string - GUID that identifies the guest configuration assignment report under a subscription, resource group.
- Start
Time string - Start date and time of the guest configuration assignment compliance status check.
- Assignment
Assignment
Info Response - Configuration details of the guest configuration assignment.
- Resources
[]Assignment
Report Resource Response - The list of resources for which guest configuration assignment compliance is checked.
- Vm
VMInfo
Response - Information about the VM.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- end
Time String - End date and time of the guest configuration assignment compliance status check.
- id String
- ARM resource id of the report for the guest configuration assignment.
- operation
Type String - Type of report, Consistency or Initial
- report
Id String - GUID that identifies the guest configuration assignment report under a subscription, resource group.
- start
Time String - Start date and time of the guest configuration assignment compliance status check.
- assignment
Assignment
Info Response - Configuration details of the guest configuration assignment.
- resources
List<Assignment
Report Resource Response> - The list of resources for which guest configuration assignment compliance is checked.
- vm
VMInfo
Response - Information about the VM.
- compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- end
Time string - End date and time of the guest configuration assignment compliance status check.
- id string
- ARM resource id of the report for the guest configuration assignment.
- operation
Type string - Type of report, Consistency or Initial
- report
Id string - GUID that identifies the guest configuration assignment report under a subscription, resource group.
- start
Time string - Start date and time of the guest configuration assignment compliance status check.
- assignment
Assignment
Info Response - Configuration details of the guest configuration assignment.
- resources
Assignment
Report Resource Response[] - The list of resources for which guest configuration assignment compliance is checked.
- vm
VMInfo
Response - Information about the VM.
- compliance_
status str - A value indicating compliance status of the machine for the assigned guest configuration.
- end_
time str - End date and time of the guest configuration assignment compliance status check.
- id str
- ARM resource id of the report for the guest configuration assignment.
- operation_
type str - Type of report, Consistency or Initial
- report_
id str - GUID that identifies the guest configuration assignment report under a subscription, resource group.
- start_
time str - Start date and time of the guest configuration assignment compliance status check.
- assignment
Assignment
Info Response - Configuration details of the guest configuration assignment.
- resources
Sequence[Assignment
Report Resource Response] - The list of resources for which guest configuration assignment compliance is checked.
- vm
VMInfo
Response - Information about the VM.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- end
Time String - End date and time of the guest configuration assignment compliance status check.
- id String
- ARM resource id of the report for the guest configuration assignment.
- operation
Type String - Type of report, Consistency or Initial
- report
Id String - GUID that identifies the guest configuration assignment report under a subscription, resource group.
- start
Time String - Start date and time of the guest configuration assignment compliance status check.
- assignment Property Map
- Configuration details of the guest configuration assignment.
- resources List<Property Map>
- The list of resources for which guest configuration assignment compliance is checked.
- vm Property Map
- Information about the VM.
ConfigurationInfoResponse
ConfigurationParameterResponse
ConfigurationSettingResponse
- Action
After stringReboot - Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration
- Allow
Module boolOverwrite - If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false
- Configuration
Mode string - Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
- Configuration
Mode doubleFrequency Mins - How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.
- Reboot
If boolNeeded - Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
- Refresh
Frequency doubleMins - The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.
- Action
After stringReboot - Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration
- Allow
Module boolOverwrite - If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false
- Configuration
Mode string - Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
- Configuration
Mode float64Frequency Mins - How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.
- Reboot
If boolNeeded - Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
- Refresh
Frequency float64Mins - The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.
- action
After StringReboot - Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration
- allow
Module BooleanOverwrite - If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false
- configuration
Mode String - Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
- configuration
Mode DoubleFrequency Mins - How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.
- reboot
If BooleanNeeded - Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
- refresh
Frequency DoubleMins - The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.
- action
After stringReboot - Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration
- allow
Module booleanOverwrite - If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false
- configuration
Mode string - Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
- configuration
Mode numberFrequency Mins - How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.
- reboot
If booleanNeeded - Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
- refresh
Frequency numberMins - The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.
- action_
after_ strreboot - Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration
- allow_
module_ booloverwrite - If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false
- configuration_
mode str - Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
- configuration_
mode_ floatfrequency_ mins - How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.
- reboot_
if_ boolneeded - Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
- refresh_
frequency_ floatmins - The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.
- action
After StringReboot - Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration
- allow
Module BooleanOverwrite - If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false
- configuration
Mode String - Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.
- configuration
Mode NumberFrequency Mins - How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.
- reboot
If BooleanNeeded - Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.
- refresh
Frequency NumberMins - The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.
GuestConfigurationAssignmentPropertiesResponse
- Assignment
Hash string - Combined hash of the configuration package and parameters.
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- Last
Compliance stringStatus Checked - Date and time when last compliance status was checked.
- Latest
Report stringId - Id of the latest report for the guest configuration assignment.
- Parameter
Hash string - parameter hash for the guest configuration assignment.
- Provisioning
State string - The provisioning state, which only appears in the response.
- Resource
Type string - Type of the resource - VMSS / VM
- Target
Resource stringId - VM resource Id.
- Context string
- The source which initiated the guest configuration assignment. Ex: Azure Policy
- Guest
Configuration Pulumi.Azure Native. Guest Configuration. Inputs. Guest Configuration Navigation Response - The guest configuration to assign.
- Latest
Assignment Pulumi.Report Azure Native. Guest Configuration. Inputs. Assignment Report Response - Last reported guest configuration assignment report.
- Vmss
VMList List<Pulumi.Azure Native. Guest Configuration. Inputs. VMSSVMInfo Response> - The list of VM Compliance data for VMSS
- Assignment
Hash string - Combined hash of the configuration package and parameters.
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- Last
Compliance stringStatus Checked - Date and time when last compliance status was checked.
- Latest
Report stringId - Id of the latest report for the guest configuration assignment.
- Parameter
Hash string - parameter hash for the guest configuration assignment.
- Provisioning
State string - The provisioning state, which only appears in the response.
- Resource
Type string - Type of the resource - VMSS / VM
- Target
Resource stringId - VM resource Id.
- Context string
- The source which initiated the guest configuration assignment. Ex: Azure Policy
- Guest
Configuration GuestConfiguration Navigation Response - The guest configuration to assign.
- Latest
Assignment AssignmentReport Report Response - Last reported guest configuration assignment report.
- Vmss
VMList []VMSSVMInfoResponse - The list of VM Compliance data for VMSS
- assignment
Hash String - Combined hash of the configuration package and parameters.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- last
Compliance StringStatus Checked - Date and time when last compliance status was checked.
- latest
Report StringId - Id of the latest report for the guest configuration assignment.
- parameter
Hash String - parameter hash for the guest configuration assignment.
- provisioning
State String - The provisioning state, which only appears in the response.
- resource
Type String - Type of the resource - VMSS / VM
- target
Resource StringId - VM resource Id.
- context String
- The source which initiated the guest configuration assignment. Ex: Azure Policy
- guest
Configuration GuestConfiguration Navigation Response - The guest configuration to assign.
- latest
Assignment AssignmentReport Report Response - Last reported guest configuration assignment report.
- vmss
VMList List<VMSSVMInfoResponse> - The list of VM Compliance data for VMSS
- assignment
Hash string - Combined hash of the configuration package and parameters.
- compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- last
Compliance stringStatus Checked - Date and time when last compliance status was checked.
- latest
Report stringId - Id of the latest report for the guest configuration assignment.
- parameter
Hash string - parameter hash for the guest configuration assignment.
- provisioning
State string - The provisioning state, which only appears in the response.
- resource
Type string - Type of the resource - VMSS / VM
- target
Resource stringId - VM resource Id.
- context string
- The source which initiated the guest configuration assignment. Ex: Azure Policy
- guest
Configuration GuestConfiguration Navigation Response - The guest configuration to assign.
- latest
Assignment AssignmentReport Report Response - Last reported guest configuration assignment report.
- vmss
VMList VMSSVMInfoResponse[] - The list of VM Compliance data for VMSS
- assignment_
hash str - Combined hash of the configuration package and parameters.
- compliance_
status str - A value indicating compliance status of the machine for the assigned guest configuration.
- last_
compliance_ strstatus_ checked - Date and time when last compliance status was checked.
- latest_
report_ strid - Id of the latest report for the guest configuration assignment.
- parameter_
hash str - parameter hash for the guest configuration assignment.
- provisioning_
state str - The provisioning state, which only appears in the response.
- resource_
type str - Type of the resource - VMSS / VM
- target_
resource_ strid - VM resource Id.
- context str
- The source which initiated the guest configuration assignment. Ex: Azure Policy
- guest_
configuration GuestConfiguration Navigation Response - The guest configuration to assign.
- latest_
assignment_ Assignmentreport Report Response - Last reported guest configuration assignment report.
- vmss_
vm_ Sequence[VMSSVMInfolist Response] - The list of VM Compliance data for VMSS
- assignment
Hash String - Combined hash of the configuration package and parameters.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- last
Compliance StringStatus Checked - Date and time when last compliance status was checked.
- latest
Report StringId - Id of the latest report for the guest configuration assignment.
- parameter
Hash String - parameter hash for the guest configuration assignment.
- provisioning
State String - The provisioning state, which only appears in the response.
- resource
Type String - Type of the resource - VMSS / VM
- target
Resource StringId - VM resource Id.
- context String
- The source which initiated the guest configuration assignment. Ex: Azure Policy
- guest
Configuration Property Map - The guest configuration to assign.
- latest
Assignment Property MapReport - Last reported guest configuration assignment report.
- vmss
VMList List<Property Map> - The list of VM Compliance data for VMSS
GuestConfigurationNavigationResponse
- Assignment
Source string - Specifies the origin of the configuration.
- Configuration
Setting Pulumi.Azure Native. Guest Configuration. Inputs. Configuration Setting Response - The configuration setting for the guest configuration.
- Content
Type string - Specifies the content type of the configuration. Possible values could be Builtin or Custom.
- Assignment
Type string - Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.
- Configuration
Parameter List<Pulumi.Azure Native. Guest Configuration. Inputs. Configuration Parameter Response> - The configuration parameters for the guest configuration.
- Configuration
Protected List<Pulumi.Parameter Azure Native. Guest Configuration. Inputs. Configuration Parameter Response> - The protected configuration parameters for the guest configuration.
- Content
Hash string - Combined hash of the guest configuration package and configuration parameters.
- Content
Uri string - Uri of the storage where guest configuration package is uploaded.
- Kind string
- Kind of the guest configuration. For example:DSC
- Name string
- Name of the guest configuration.
- Version string
- Version of the guest configuration.
- Assignment
Source string - Specifies the origin of the configuration.
- Configuration
Setting ConfigurationSetting Response - The configuration setting for the guest configuration.
- Content
Type string - Specifies the content type of the configuration. Possible values could be Builtin or Custom.
- Assignment
Type string - Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.
- Configuration
Parameter []ConfigurationParameter Response - The configuration parameters for the guest configuration.
- Configuration
Protected []ConfigurationParameter Parameter Response - The protected configuration parameters for the guest configuration.
- Content
Hash string - Combined hash of the guest configuration package and configuration parameters.
- Content
Uri string - Uri of the storage where guest configuration package is uploaded.
- Kind string
- Kind of the guest configuration. For example:DSC
- Name string
- Name of the guest configuration.
- Version string
- Version of the guest configuration.
- assignment
Source String - Specifies the origin of the configuration.
- configuration
Setting ConfigurationSetting Response - The configuration setting for the guest configuration.
- content
Type String - Specifies the content type of the configuration. Possible values could be Builtin or Custom.
- assignment
Type String - Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.
- configuration
Parameter List<ConfigurationParameter Response> - The configuration parameters for the guest configuration.
- configuration
Protected List<ConfigurationParameter Parameter Response> - The protected configuration parameters for the guest configuration.
- content
Hash String - Combined hash of the guest configuration package and configuration parameters.
- content
Uri String - Uri of the storage where guest configuration package is uploaded.
- kind String
- Kind of the guest configuration. For example:DSC
- name String
- Name of the guest configuration.
- version String
- Version of the guest configuration.
- assignment
Source string - Specifies the origin of the configuration.
- configuration
Setting ConfigurationSetting Response - The configuration setting for the guest configuration.
- content
Type string - Specifies the content type of the configuration. Possible values could be Builtin or Custom.
- assignment
Type string - Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.
- configuration
Parameter ConfigurationParameter Response[] - The configuration parameters for the guest configuration.
- configuration
Protected ConfigurationParameter Parameter Response[] - The protected configuration parameters for the guest configuration.
- content
Hash string - Combined hash of the guest configuration package and configuration parameters.
- content
Uri string - Uri of the storage where guest configuration package is uploaded.
- kind string
- Kind of the guest configuration. For example:DSC
- name string
- Name of the guest configuration.
- version string
- Version of the guest configuration.
- assignment_
source str - Specifies the origin of the configuration.
- configuration_
setting ConfigurationSetting Response - The configuration setting for the guest configuration.
- content_
type str - Specifies the content type of the configuration. Possible values could be Builtin or Custom.
- assignment_
type str - Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.
- configuration_
parameter Sequence[ConfigurationParameter Response] - The configuration parameters for the guest configuration.
- configuration_
protected_ Sequence[Configurationparameter Parameter Response] - The protected configuration parameters for the guest configuration.
- content_
hash str - Combined hash of the guest configuration package and configuration parameters.
- content_
uri str - Uri of the storage where guest configuration package is uploaded.
- kind str
- Kind of the guest configuration. For example:DSC
- name str
- Name of the guest configuration.
- version str
- Version of the guest configuration.
- assignment
Source String - Specifies the origin of the configuration.
- configuration
Setting Property Map - The configuration setting for the guest configuration.
- content
Type String - Specifies the content type of the configuration. Possible values could be Builtin or Custom.
- assignment
Type String - Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.
- configuration
Parameter List<Property Map> - The configuration parameters for the guest configuration.
- configuration
Protected List<Property Map>Parameter - The protected configuration parameters for the guest configuration.
- content
Hash String - Combined hash of the guest configuration package and configuration parameters.
- content
Uri String - Uri of the storage where guest configuration package is uploaded.
- kind String
- Kind of the guest configuration. For example:DSC
- name String
- Name of the guest configuration.
- version String
- Version of the guest configuration.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
VMInfoResponse
VMSSVMInfoResponse
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- Last
Compliance stringChecked - Date and time when last compliance status was checked.
- Latest
Report stringId - Id of the latest report for the guest configuration assignment.
- Vm
Id string - UUID of the VM.
- Vm
Resource stringId - Azure resource Id of the VM.
- Compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- Last
Compliance stringChecked - Date and time when last compliance status was checked.
- Latest
Report stringId - Id of the latest report for the guest configuration assignment.
- Vm
Id string - UUID of the VM.
- Vm
Resource stringId - Azure resource Id of the VM.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- last
Compliance StringChecked - Date and time when last compliance status was checked.
- latest
Report StringId - Id of the latest report for the guest configuration assignment.
- vm
Id String - UUID of the VM.
- vm
Resource StringId - Azure resource Id of the VM.
- compliance
Status string - A value indicating compliance status of the machine for the assigned guest configuration.
- last
Compliance stringChecked - Date and time when last compliance status was checked.
- latest
Report stringId - Id of the latest report for the guest configuration assignment.
- vm
Id string - UUID of the VM.
- vm
Resource stringId - Azure resource Id of the VM.
- compliance_
status str - A value indicating compliance status of the machine for the assigned guest configuration.
- last_
compliance_ strchecked - Date and time when last compliance status was checked.
- latest_
report_ strid - Id of the latest report for the guest configuration assignment.
- vm_
id str - UUID of the VM.
- vm_
resource_ strid - Azure resource Id of the VM.
- compliance
Status String - A value indicating compliance status of the machine for the assigned guest configuration.
- last
Compliance StringChecked - Date and time when last compliance status was checked.
- latest
Report StringId - Id of the latest report for the guest configuration assignment.
- vm
Id String - UUID of the VM.
- vm
Resource StringId - Azure resource Id of the VM.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi