Azure Native v1.103.0, Jun 2 23
Azure Native v1.103.0, Jun 2 23
azure-native.automanage.getConfigurationProfileAssignment
Explore with Pulumi AI
Get information about a configuration profile assignment API Version: 2020-06-30-preview.
Using getConfigurationProfileAssignment
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 getConfigurationProfileAssignment(args: GetConfigurationProfileAssignmentArgs, opts?: InvokeOptions): Promise<GetConfigurationProfileAssignmentResult>
function getConfigurationProfileAssignmentOutput(args: GetConfigurationProfileAssignmentOutputArgs, opts?: InvokeOptions): Output<GetConfigurationProfileAssignmentResult>
def get_configuration_profile_assignment(configuration_profile_assignment_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
vm_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConfigurationProfileAssignmentResult
def get_configuration_profile_assignment_output(configuration_profile_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[GetConfigurationProfileAssignmentResult]
func LookupConfigurationProfileAssignment(ctx *Context, args *LookupConfigurationProfileAssignmentArgs, opts ...InvokeOption) (*LookupConfigurationProfileAssignmentResult, error)
func LookupConfigurationProfileAssignmentOutput(ctx *Context, args *LookupConfigurationProfileAssignmentOutputArgs, opts ...InvokeOption) LookupConfigurationProfileAssignmentResultOutput
> Note: This function is named LookupConfigurationProfileAssignment
in the Go SDK.
public static class GetConfigurationProfileAssignment
{
public static Task<GetConfigurationProfileAssignmentResult> InvokeAsync(GetConfigurationProfileAssignmentArgs args, InvokeOptions? opts = null)
public static Output<GetConfigurationProfileAssignmentResult> Invoke(GetConfigurationProfileAssignmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConfigurationProfileAssignmentResult> getConfigurationProfileAssignment(GetConfigurationProfileAssignmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:automanage:getConfigurationProfileAssignment
arguments:
# arguments dictionary
The following arguments are supported:
- Configuration
Profile stringAssignment Name The configuration profile assignment name.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Vm
Name string The name of the virtual machine.
- Configuration
Profile stringAssignment Name The configuration profile assignment name.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Vm
Name string The name of the virtual machine.
- configuration
Profile StringAssignment Name The configuration profile assignment name.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- vm
Name String The name of the virtual machine.
- configuration
Profile stringAssignment Name The configuration profile assignment name.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- vm
Name string The name of the virtual machine.
- configuration_
profile_ strassignment_ name The configuration profile assignment name.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- vm_
name str The name of the virtual machine.
- configuration
Profile StringAssignment Name The configuration profile assignment name.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- vm
Name String The name of the virtual machine.
getConfigurationProfileAssignment Result
The following output properties are available:
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Properties
Pulumi.
Azure Native. Automanage. Outputs. Configuration Profile Assignment Properties Response Properties of the configuration profile assignment.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Properties
Configuration
Profile Assignment Properties Response Properties of the configuration profile assignment.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- properties
Configuration
Profile Assignment Properties Response Properties of the configuration profile assignment.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
The name of the resource
- properties
Configuration
Profile Assignment Properties Response Properties of the configuration profile assignment.
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
The name of the resource
- properties
Configuration
Profile Assignment Properties Response Properties of the configuration profile assignment.
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- properties Property Map
Properties of the configuration profile assignment.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
ConfigurationProfileAssignmentComplianceResponse
- Update
Status string The state of compliance, which only appears in the response.
- Update
Status string The state of compliance, which only appears in the response.
- update
Status String The state of compliance, which only appears in the response.
- update
Status string The state of compliance, which only appears in the response.
- update_
status str The state of compliance, which only appears in the response.
- update
Status String The state of compliance, which only appears in the response.
ConfigurationProfileAssignmentPropertiesResponse
- Provisioning
State string The state of onboarding, which only appears in the response.
- Account
Id string The Automanage account ARM Resource URI
- Compliance
Pulumi.
Azure Native. Automanage. Inputs. Configuration Profile Assignment Compliance Response The configuration setting for the configuration profile.
- Configuration
Profile string A value indicating configuration profile.
- Configuration
Profile stringPreference Id The configuration profile custom preferences ARM resource URI
- Target
Id string The target VM resource URI
- Provisioning
State string The state of onboarding, which only appears in the response.
- Account
Id string The Automanage account ARM Resource URI
- Compliance
Configuration
Profile Assignment Compliance Response The configuration setting for the configuration profile.
- Configuration
Profile string A value indicating configuration profile.
- Configuration
Profile stringPreference Id The configuration profile custom preferences ARM resource URI
- Target
Id string The target VM resource URI
- provisioning
State String The state of onboarding, which only appears in the response.
- account
Id String The Automanage account ARM Resource URI
- compliance
Configuration
Profile Assignment Compliance Response The configuration setting for the configuration profile.
- configuration
Profile String A value indicating configuration profile.
- configuration
Profile StringPreference Id The configuration profile custom preferences ARM resource URI
- target
Id String The target VM resource URI
- provisioning
State string The state of onboarding, which only appears in the response.
- account
Id string The Automanage account ARM Resource URI
- compliance
Configuration
Profile Assignment Compliance Response The configuration setting for the configuration profile.
- configuration
Profile string A value indicating configuration profile.
- configuration
Profile stringPreference Id The configuration profile custom preferences ARM resource URI
- target
Id string The target VM resource URI
- provisioning_
state str The state of onboarding, which only appears in the response.
- account_
id str The Automanage account ARM Resource URI
- compliance
Configuration
Profile Assignment Compliance Response The configuration setting for the configuration profile.
- configuration_
profile str A value indicating configuration profile.
- configuration_
profile_ strpreference_ id The configuration profile custom preferences ARM resource URI
- target_
id str The target VM resource URI
- provisioning
State String The state of onboarding, which only appears in the response.
- account
Id String The Automanage account ARM Resource URI
- compliance Property Map
The configuration setting for the configuration profile.
- configuration
Profile String A value indicating configuration profile.
- configuration
Profile StringPreference Id The configuration profile custom preferences ARM resource URI
- target
Id String The target VM resource URI
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0