Azure Native
getManagementConfiguration
The container for solution. API Version: 2015-11-01-preview.
Using getManagementConfiguration
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 getManagementConfiguration(args: GetManagementConfigurationArgs, opts?: InvokeOptions): Promise<GetManagementConfigurationResult>
function getManagementConfigurationOutput(args: GetManagementConfigurationOutputArgs, opts?: InvokeOptions): Output<GetManagementConfigurationResult>
def get_management_configuration(management_configuration_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementConfigurationResult
def get_management_configuration_output(management_configuration_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementConfigurationResult]
func LookupManagementConfiguration(ctx *Context, args *LookupManagementConfigurationArgs, opts ...InvokeOption) (*LookupManagementConfigurationResult, error)
func LookupManagementConfigurationOutput(ctx *Context, args *LookupManagementConfigurationOutputArgs, opts ...InvokeOption) LookupManagementConfigurationResultOutput
> Note: This function is named LookupManagementConfiguration
in the Go SDK.
public static class GetManagementConfiguration
{
public static Task<GetManagementConfigurationResult> InvokeAsync(GetManagementConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetManagementConfigurationResult> Invoke(GetManagementConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementConfigurationResult> getManagementConfiguration(GetManagementConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:operationsmanagement:getManagementConfiguration
Arguments:
# Arguments dictionary
The following arguments are supported:
- Management
Configuration stringName User Management Configuration Name.
- Resource
Group stringName The name of the resource group to get. The name is case insensitive.
- Management
Configuration stringName User Management Configuration Name.
- Resource
Group stringName The name of the resource group to get. The name is case insensitive.
- management
Configuration StringName User Management Configuration Name.
- resource
Group StringName The name of the resource group to get. The name is case insensitive.
- management
Configuration stringName User Management Configuration Name.
- resource
Group stringName The name of the resource group to get. The name is case insensitive.
- management_
configuration_ strname User Management Configuration Name.
- resource_
group_ strname The name of the resource group to get. The name is case insensitive.
- management
Configuration StringName User Management Configuration Name.
- resource
Group StringName The name of the resource group to get. The name is case insensitive.
getManagementConfiguration Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Properties
Pulumi.
Azure Native. Operations Management. Outputs. Management Configuration Properties Response Properties for ManagementConfiguration 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
Configuration Properties Response Properties for ManagementConfiguration 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
Configuration Properties Response Properties for ManagementConfiguration 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
Configuration Properties Response Properties for ManagementConfiguration 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
Configuration Properties Response Properties for ManagementConfiguration 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 ManagementConfiguration object supported by the OperationsManagement resource provider.
- type String
Resource type.
- location String
Resource location
Supporting Types
ArmTemplateParameterResponse
ManagementConfigurationPropertiesResponse
- Parameters
List<Pulumi.
Azure Native. Operations Management. Inputs. Arm Template Parameter Response> Parameters to run the ARM template
- Parent
Resource stringType The type of the parent resource.
- Provisioning
State string The provisioning state for the ManagementConfiguration.
- Template object
The Json object containing the ARM template to deploy
- Application
Id string The applicationId of the appliance for this Management.
- Parameters
[]Arm
Template Parameter Response Parameters to run the ARM template
- Parent
Resource stringType The type of the parent resource.
- Provisioning
State string The provisioning state for the ManagementConfiguration.
- Template interface{}
The Json object containing the ARM template to deploy
- Application
Id string The applicationId of the appliance for this Management.
- parameters
List<Arm
Template Parameter Response> Parameters to run the ARM template
- parent
Resource StringType The type of the parent resource.
- provisioning
State String The provisioning state for the ManagementConfiguration.
- template Object
The Json object containing the ARM template to deploy
- application
Id String The applicationId of the appliance for this Management.
- parameters
Arm
Template Parameter Response[] Parameters to run the ARM template
- parent
Resource stringType The type of the parent resource.
- provisioning
State string The provisioning state for the ManagementConfiguration.
- template any
The Json object containing the ARM template to deploy
- application
Id string The applicationId of the appliance for this Management.
- parameters
Sequence[Arm
Template Parameter Response] Parameters to run the ARM template
- parent_
resource_ strtype The type of the parent resource.
- provisioning_
state str The provisioning state for the ManagementConfiguration.
- template Any
The Json object containing the ARM template to deploy
- application_
id str The applicationId of the appliance for this Management.
- parameters List<Property Map>
Parameters to run the ARM template
- parent
Resource StringType The type of the parent resource.
- provisioning
State String The provisioning state for the ManagementConfiguration.
- template Any
The Json object containing the ARM template to deploy
- application
Id String The applicationId of the appliance for this Management.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0