Azure Native
getazureADMetric
AzureADMetrics resource. API Version: 2020-07-01-preview.
Using getazureADMetric
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 getazureADMetric(args: GetazureADMetricArgs, opts?: InvokeOptions): Promise<GetazureADMetricResult>
function getazureADMetricOutput(args: GetazureADMetricOutputArgs, opts?: InvokeOptions): Output<GetazureADMetricResult>
def getazure_ad_metric(azure_ad_metrics_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetazureADMetricResult
def getazure_ad_metric_output(azure_ad_metrics_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetazureADMetricResult]
func GetazureADMetric(ctx *Context, args *GetazureADMetricArgs, opts ...InvokeOption) (*GetazureADMetricResult, error)
func GetazureADMetricOutput(ctx *Context, args *GetazureADMetricOutputArgs, opts ...InvokeOption) GetazureADMetricResultOutput
> Note: This function is named GetazureADMetric
in the Go SDK.
public static class GetazureADMetric
{
public static Task<GetazureADMetricResult> InvokeAsync(GetazureADMetricArgs args, InvokeOptions? opts = null)
public static Output<GetazureADMetricResult> Invoke(GetazureADMetricInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetazureADMetricResult> getazureADMetric(GetazureADMetricArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:aadiam:getazureADMetric
Arguments:
# Arguments dictionary
The following arguments are supported:
- Azure
ADMetrics stringName Name of the azureADMetrics instance.
- Resource
Group stringName Name of an Azure resource group.
- Azure
ADMetrics stringName Name of the azureADMetrics instance.
- Resource
Group stringName Name of an Azure resource group.
- azure
ADMetrics StringName Name of the azureADMetrics instance.
- resource
Group StringName Name of an Azure resource group.
- azure
ADMetrics stringName Name of the azureADMetrics instance.
- resource
Group stringName Name of an Azure resource group.
- azure_
ad_ strmetrics_ name Name of the azureADMetrics instance.
- resource_
group_ strname Name of an Azure resource group.
- azure
ADMetrics StringName Name of the azureADMetrics instance.
- resource
Group StringName Name of an Azure resource group.
getazureADMetric 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}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- Properties
Pulumi.
Azure Native. Aad Iam. Outputs. Azure ADMetrics Properties Format Response - Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
Resource tags.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- Properties
Azure
ADMetrics Properties Format Response - Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
Resource tags.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- properties
Azure
ADMetrics Properties Format Response - type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
Resource tags.
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
The geo-location where the resource lives
- name string
The name of the resource
- properties
Azure
ADMetrics Properties Format Response - type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
Resource tags.
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
The geo-location where the resource lives
- name str
The name of the resource
- properties
Azure
ADMetrics Properties Format Response - type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
Resource tags.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- properties Property Map
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
Resource tags.
Supporting Types
AzureADMetricsPropertiesFormatResponse
- Provisioning
State string The provisioning state of the resource.
- Provisioning
State string The provisioning state of the resource.
- provisioning
State String The provisioning state of the resource.
- provisioning
State string The provisioning state of the resource.
- provisioning_
state str The provisioning state of the resource.
- provisioning
State String The provisioning state of the resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0