Azure Native
getManagementAssociation
The container for solution. API Version: 2015-11-01-preview.
Using getManagementAssociation
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 getManagementAssociation(args: GetManagementAssociationArgs, opts?: InvokeOptions): Promise<GetManagementAssociationResult>
function getManagementAssociationOutput(args: GetManagementAssociationOutputArgs, opts?: InvokeOptions): Output<GetManagementAssociationResult>
def get_management_association(management_association_name: Optional[str] = None,
provider_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
resource_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementAssociationResult
def get_management_association_output(management_association_name: Optional[pulumi.Input[str]] = None,
provider_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
resource_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementAssociationResult]
func LookupManagementAssociation(ctx *Context, args *LookupManagementAssociationArgs, opts ...InvokeOption) (*LookupManagementAssociationResult, error)
func LookupManagementAssociationOutput(ctx *Context, args *LookupManagementAssociationOutputArgs, opts ...InvokeOption) LookupManagementAssociationResultOutput
> Note: This function is named LookupManagementAssociation
in the Go SDK.
public static class GetManagementAssociation
{
public static Task<GetManagementAssociationResult> InvokeAsync(GetManagementAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetManagementAssociationResult> Invoke(GetManagementAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementAssociationResult> getManagementAssociation(GetManagementAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:operationsmanagement:getManagementAssociation
Arguments:
# Arguments dictionary
The following arguments are supported:
- Management
Association stringName User ManagementAssociation Name.
- Provider
Name string Provider name for the parent resource.
- Resource
Group stringName The name of the resource group to get. The name is case insensitive.
- Resource
Name string Parent resource name.
- Resource
Type string Resource type for the parent resource
- Management
Association stringName User ManagementAssociation Name.
- Provider
Name string Provider name for the parent resource.
- Resource
Group stringName The name of the resource group to get. The name is case insensitive.
- Resource
Name string Parent resource name.
- Resource
Type string Resource type for the parent resource
- management
Association StringName User ManagementAssociation Name.
- provider
Name String Provider name for the parent resource.
- resource
Group StringName The name of the resource group to get. The name is case insensitive.
- resource
Name String Parent resource name.
- resource
Type String Resource type for the parent resource
- management
Association stringName User ManagementAssociation Name.
- provider
Name string Provider name for the parent resource.
- resource
Group stringName The name of the resource group to get. The name is case insensitive.
- resource
Name string Parent resource name.
- resource
Type string Resource type for the parent resource
- management_
association_ strname User ManagementAssociation Name.
- provider_
name str Provider name for the parent resource.
- resource_
group_ strname The name of the resource group to get. The name is case insensitive.
- resource_
name str Parent resource name.
- resource_
type str Resource type for the parent resource
- management
Association StringName User ManagementAssociation Name.
- provider
Name String Provider name for the parent resource.
- resource
Group StringName The name of the resource group to get. The name is case insensitive.
- resource
Name String Parent resource name.
- resource
Type String Resource type for the parent resource
getManagementAssociation Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Properties
Pulumi.
Azure Native. Operations Management. Outputs. Management Association Properties Response Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- Type string
Resource type.
- Location string
Resource location
- Id string
Resource ID.
- Name string
Resource name.
- Properties
Management
Association Properties Response Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- Type string
Resource type.
- Location string
Resource location
- id String
Resource ID.
- name String
Resource name.
- properties
Management
Association Properties Response Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- type String
Resource type.
- location String
Resource location
- id string
Resource ID.
- name string
Resource name.
- properties
Management
Association Properties Response Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- type string
Resource type.
- location string
Resource location
- id str
Resource ID.
- name str
Resource name.
- properties
Management
Association Properties Response Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- type str
Resource type.
- location str
Resource location
- id String
Resource ID.
- name String
Resource name.
- properties Property Map
Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- type String
Resource type.
- location String
Resource location
Supporting Types
ManagementAssociationPropertiesResponse
- Application
Id string The applicationId of the appliance for this association.
- Application
Id string The applicationId of the appliance for this association.
- application
Id String The applicationId of the appliance for this association.
- application
Id string The applicationId of the appliance for this association.
- application_
id str The applicationId of the appliance for this association.
- application
Id String The applicationId of the appliance for this association.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0