getMaintenanceConfiguration
Using getMaintenanceConfiguration
function getMaintenanceConfiguration(args: GetMaintenanceConfigurationArgs, opts?: InvokeOptions): Promise<GetMaintenanceConfigurationResult>
def get_maintenance_configuration(resource_group_name: Optional[str] = None, resource_name: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetMaintenanceConfigurationResult
func LookupMaintenanceConfiguration(ctx *Context, args *LookupMaintenanceConfigurationArgs, opts ...InvokeOption) (*LookupMaintenanceConfigurationResult, error)
Note: This function is named
LookupMaintenanceConfiguration
in the Go SDK.
public static class GetMaintenanceConfiguration {
public static Task<GetMaintenanceConfigurationResult> InvokeAsync(GetMaintenanceConfigurationArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
- Resource
Group stringName - Resource Group Name
- Resource
Name string - Resource Identifier
- Resource
Group stringName - Resource Group Name
- Resource
Name string - Resource Identifier
- resource
Group stringName - Resource Group Name
- resource
Name string - Resource Identifier
- resource_
group_ strname - Resource Group Name
- resource_
name str - Resource Identifier
getMaintenanceConfiguration Result
The following output properties are available:
- Id string
- Fully qualified identifier of the resource
- Name string
- Name of the resource
- Type string
- Type of the resource
- Extension
Properties Dictionary<string, string> - Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.
- Location string
- Gets or sets location of the resource
- Maintenance
Scope string - Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance
- Namespace string
- Gets or sets namespace of the resource e.g. Microsoft.Maintenance or Microsoft.Sql
- Dictionary<string, string>
- Gets or sets tags of the resource
- Id string
- Fully qualified identifier of the resource
- Name string
- Name of the resource
- Type string
- Type of the resource
- Extension
Properties map[string]string - Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.
- Location string
- Gets or sets location of the resource
- Maintenance
Scope string - Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance
- Namespace string
- Gets or sets namespace of the resource e.g. Microsoft.Maintenance or Microsoft.Sql
- map[string]string
- Gets or sets tags of the resource
- id string
- Fully qualified identifier of the resource
- name string
- Name of the resource
- type string
- Type of the resource
- extension
Properties {[key: string]: string} - Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.
- location string
- Gets or sets location of the resource
- maintenance
Scope string - Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance
- namespace string
- Gets or sets namespace of the resource e.g. Microsoft.Maintenance or Microsoft.Sql
- {[key: string]: string}
- Gets or sets tags of the resource
- id str
- Fully qualified identifier of the resource
- name str
- Name of the resource
- type str
- Type of the resource
- extension_
properties Mapping[str, str] - Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.
- location str
- Gets or sets location of the resource
- maintenance_
scope str - Gets or sets maintenanceScope of the configuration. It represent the impact area of the maintenance
- namespace str
- Gets or sets namespace of the resource e.g. Microsoft.Maintenance or Microsoft.Sql
- Mapping[str, str]
- Gets or sets tags of the resource
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-nextgen
- License
- Apache-2.0