These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.appplatform.getMonitoringSetting
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the Monitoring Setting and its properties. API Version: 2020-07-01.
Using getMonitoringSetting
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 getMonitoringSetting(args: GetMonitoringSettingArgs, opts?: InvokeOptions): Promise<GetMonitoringSettingResult>
function getMonitoringSettingOutput(args: GetMonitoringSettingOutputArgs, opts?: InvokeOptions): Output<GetMonitoringSettingResult>
def get_monitoring_setting(resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitoringSettingResult
def get_monitoring_setting_output(resource_group_name: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitoringSettingResult]
func LookupMonitoringSetting(ctx *Context, args *LookupMonitoringSettingArgs, opts ...InvokeOption) (*LookupMonitoringSettingResult, error)
func LookupMonitoringSettingOutput(ctx *Context, args *LookupMonitoringSettingOutputArgs, opts ...InvokeOption) LookupMonitoringSettingResultOutput
> Note: This function is named LookupMonitoringSetting
in the Go SDK.
public static class GetMonitoringSetting
{
public static Task<GetMonitoringSettingResult> InvokeAsync(GetMonitoringSettingArgs args, InvokeOptions? opts = null)
public static Output<GetMonitoringSettingResult> Invoke(GetMonitoringSettingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMonitoringSettingResult> getMonitoringSetting(GetMonitoringSettingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:appplatform:getMonitoringSetting
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Service
Name string - The name of the Service resource.
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Service
Name string - The name of the Service resource.
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service
Name String - The name of the Service resource.
- resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service
Name string - The name of the Service resource.
- resource_
group_ strname - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service_
name str - The name of the Service resource.
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- service
Name String - The name of the Service resource.
getMonitoringSetting Result
The following output properties are available:
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Pulumi.
Azure Native. App Platform. Outputs. Monitoring Setting Properties Response - Properties of the Monitoring Setting resource
- Type string
- The type of the resource.
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Monitoring
Setting Properties Response - Properties of the Monitoring Setting resource
- Type string
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties
Monitoring
Setting Properties Response - Properties of the Monitoring Setting resource
- type String
- The type of the resource.
- id string
- Fully qualified resource Id for the resource.
- name string
- The name of the resource.
- properties
Monitoring
Setting Properties Response - Properties of the Monitoring Setting resource
- type string
- The type of the resource.
- id str
- Fully qualified resource Id for the resource.
- name str
- The name of the resource.
- properties
Monitoring
Setting Properties Response - Properties of the Monitoring Setting resource
- type str
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties Property Map
- Properties of the Monitoring Setting resource
- type String
- The type of the resource.
Supporting Types
ErrorResponse
MonitoringSettingPropertiesResponse
- Provisioning
State string - State of the Monitoring Setting.
- App
Insights stringInstrumentation Key - Target application insight instrumentation key
- Error
Pulumi.
Azure Native. App Platform. Inputs. Error Response - Error when apply Monitoring Setting changes.
- Trace
Enabled bool - Indicates whether enable the trace functionality
- Provisioning
State string - State of the Monitoring Setting.
- App
Insights stringInstrumentation Key - Target application insight instrumentation key
- Error
Error
Response - Error when apply Monitoring Setting changes.
- Trace
Enabled bool - Indicates whether enable the trace functionality
- provisioning
State String - State of the Monitoring Setting.
- app
Insights StringInstrumentation Key - Target application insight instrumentation key
- error
Error
Response - Error when apply Monitoring Setting changes.
- trace
Enabled Boolean - Indicates whether enable the trace functionality
- provisioning
State string - State of the Monitoring Setting.
- app
Insights stringInstrumentation Key - Target application insight instrumentation key
- error
Error
Response - Error when apply Monitoring Setting changes.
- trace
Enabled boolean - Indicates whether enable the trace functionality
- provisioning_
state str - State of the Monitoring Setting.
- app_
insights_ strinstrumentation_ key - Target application insight instrumentation key
- error
Error
Response - Error when apply Monitoring Setting changes.
- trace_
enabled bool - Indicates whether enable the trace functionality
- provisioning
State String - State of the Monitoring Setting.
- app
Insights StringInstrumentation Key - Target application insight instrumentation key
- error Property Map
- Error when apply Monitoring Setting changes.
- trace
Enabled Boolean - Indicates whether enable the trace functionality
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi