v20200701preview

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureADMetric

type AzureADMetric struct {
	pulumi.CustomResourceState

	// The geo-location where the resource lives
	Location pulumi.StringOutput `pulumi:"location"`
	// The name of the resource
	Name       pulumi.StringOutput                          `pulumi:"name"`
	Properties AzureADMetricsPropertiesFormatResponseOutput `pulumi:"properties"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type pulumi.StringOutput `pulumi:"type"`
}

AzureADMetrics resource.

func GetAzureADMetric

func GetAzureADMetric(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AzureADMetricState, opts ...pulumi.ResourceOption) (*AzureADMetric, error)

GetAzureADMetric gets an existing AzureADMetric resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAzureADMetric

func NewAzureADMetric(ctx *pulumi.Context,
	name string, args *AzureADMetricArgs, opts ...pulumi.ResourceOption) (*AzureADMetric, error)

NewAzureADMetric registers a new resource with the given unique name, arguments, and options.

func (*AzureADMetric) ElementType added in v0.2.6

func (*AzureADMetric) ElementType() reflect.Type

func (*AzureADMetric) ToAzureADMetricOutput added in v0.2.6

func (i *AzureADMetric) ToAzureADMetricOutput() AzureADMetricOutput

func (*AzureADMetric) ToAzureADMetricOutputWithContext added in v0.2.6

func (i *AzureADMetric) ToAzureADMetricOutputWithContext(ctx context.Context) AzureADMetricOutput

type AzureADMetricArgs

type AzureADMetricArgs struct {
	// Name of the azureADMetrics instance.
	AzureADMetricsName pulumi.StringInput
	// The geo-location where the resource lives
	Location pulumi.StringPtrInput
	// Name of an Azure resource group.
	ResourceGroupName pulumi.StringInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a AzureADMetric resource.

func (AzureADMetricArgs) ElementType

func (AzureADMetricArgs) ElementType() reflect.Type

type AzureADMetricInput added in v0.2.6

type AzureADMetricInput interface {
	pulumi.Input

	ToAzureADMetricOutput() AzureADMetricOutput
	ToAzureADMetricOutputWithContext(ctx context.Context) AzureADMetricOutput
}

type AzureADMetricOutput added in v0.2.6

type AzureADMetricOutput struct {
	*pulumi.OutputState
}

func (AzureADMetricOutput) ElementType added in v0.2.6

func (AzureADMetricOutput) ElementType() reflect.Type

func (AzureADMetricOutput) ToAzureADMetricOutput added in v0.2.6

func (o AzureADMetricOutput) ToAzureADMetricOutput() AzureADMetricOutput

func (AzureADMetricOutput) ToAzureADMetricOutputWithContext added in v0.2.6

func (o AzureADMetricOutput) ToAzureADMetricOutputWithContext(ctx context.Context) AzureADMetricOutput

type AzureADMetricState

type AzureADMetricState struct {
	// The geo-location where the resource lives
	Location pulumi.StringPtrInput
	// The name of the resource
	Name       pulumi.StringPtrInput
	Properties AzureADMetricsPropertiesFormatResponsePtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type pulumi.StringPtrInput
}

func (AzureADMetricState) ElementType

func (AzureADMetricState) ElementType() reflect.Type

type AzureADMetricsPropertiesFormatResponse

type AzureADMetricsPropertiesFormatResponse struct {
	// The provisioning state of the resource.
	ProvisioningState string `pulumi:"provisioningState"`
}

type AzureADMetricsPropertiesFormatResponseArgs

type AzureADMetricsPropertiesFormatResponseArgs struct {
	// The provisioning state of the resource.
	ProvisioningState pulumi.StringInput `pulumi:"provisioningState"`
}

func (AzureADMetricsPropertiesFormatResponseArgs) ElementType

func (AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponseOutput

func (i AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponseOutput() AzureADMetricsPropertiesFormatResponseOutput

func (AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponseOutputWithContext

func (i AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponseOutputWithContext(ctx context.Context) AzureADMetricsPropertiesFormatResponseOutput

func (AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponsePtrOutput

func (i AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponsePtrOutput() AzureADMetricsPropertiesFormatResponsePtrOutput

func (AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponsePtrOutputWithContext

func (i AzureADMetricsPropertiesFormatResponseArgs) ToAzureADMetricsPropertiesFormatResponsePtrOutputWithContext(ctx context.Context) AzureADMetricsPropertiesFormatResponsePtrOutput

type AzureADMetricsPropertiesFormatResponseInput

type AzureADMetricsPropertiesFormatResponseInput interface {
	pulumi.Input

	ToAzureADMetricsPropertiesFormatResponseOutput() AzureADMetricsPropertiesFormatResponseOutput
	ToAzureADMetricsPropertiesFormatResponseOutputWithContext(context.Context) AzureADMetricsPropertiesFormatResponseOutput
}

AzureADMetricsPropertiesFormatResponseInput is an input type that accepts AzureADMetricsPropertiesFormatResponseArgs and AzureADMetricsPropertiesFormatResponseOutput values. You can construct a concrete instance of `AzureADMetricsPropertiesFormatResponseInput` via:

AzureADMetricsPropertiesFormatResponseArgs{...}

type AzureADMetricsPropertiesFormatResponseOutput

type AzureADMetricsPropertiesFormatResponseOutput struct{ *pulumi.OutputState }

func (AzureADMetricsPropertiesFormatResponseOutput) ElementType

func (AzureADMetricsPropertiesFormatResponseOutput) ProvisioningState

The provisioning state of the resource.

func (AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponseOutput

func (o AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponseOutput() AzureADMetricsPropertiesFormatResponseOutput

func (AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponseOutputWithContext

func (o AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponseOutputWithContext(ctx context.Context) AzureADMetricsPropertiesFormatResponseOutput

func (AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutput

func (o AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutput() AzureADMetricsPropertiesFormatResponsePtrOutput

func (AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutputWithContext

func (o AzureADMetricsPropertiesFormatResponseOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutputWithContext(ctx context.Context) AzureADMetricsPropertiesFormatResponsePtrOutput

type AzureADMetricsPropertiesFormatResponsePtrInput

type AzureADMetricsPropertiesFormatResponsePtrInput interface {
	pulumi.Input

	ToAzureADMetricsPropertiesFormatResponsePtrOutput() AzureADMetricsPropertiesFormatResponsePtrOutput
	ToAzureADMetricsPropertiesFormatResponsePtrOutputWithContext(context.Context) AzureADMetricsPropertiesFormatResponsePtrOutput
}

AzureADMetricsPropertiesFormatResponsePtrInput is an input type that accepts AzureADMetricsPropertiesFormatResponseArgs, AzureADMetricsPropertiesFormatResponsePtr and AzureADMetricsPropertiesFormatResponsePtrOutput values. You can construct a concrete instance of `AzureADMetricsPropertiesFormatResponsePtrInput` via:

        AzureADMetricsPropertiesFormatResponseArgs{...}

or:

        nil

type AzureADMetricsPropertiesFormatResponsePtrOutput

type AzureADMetricsPropertiesFormatResponsePtrOutput struct{ *pulumi.OutputState }

func (AzureADMetricsPropertiesFormatResponsePtrOutput) Elem

func (AzureADMetricsPropertiesFormatResponsePtrOutput) ElementType

func (AzureADMetricsPropertiesFormatResponsePtrOutput) ProvisioningState

The provisioning state of the resource.

func (AzureADMetricsPropertiesFormatResponsePtrOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutput

func (o AzureADMetricsPropertiesFormatResponsePtrOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutput() AzureADMetricsPropertiesFormatResponsePtrOutput

func (AzureADMetricsPropertiesFormatResponsePtrOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutputWithContext

func (o AzureADMetricsPropertiesFormatResponsePtrOutput) ToAzureADMetricsPropertiesFormatResponsePtrOutputWithContext(ctx context.Context) AzureADMetricsPropertiesFormatResponsePtrOutput

type GetazureADMetricArgs

type GetazureADMetricArgs struct {
	// Name of the azureADMetrics instance.
	AzureADMetricsName string `pulumi:"azureADMetricsName"`
	// Name of an Azure resource group.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type GetazureADMetricResult

type GetazureADMetricResult struct {
	// Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
	Id string `pulumi:"id"`
	// The geo-location where the resource lives
	Location string `pulumi:"location"`
	// The name of the resource
	Name       string                                 `pulumi:"name"`
	Properties AzureADMetricsPropertiesFormatResponse `pulumi:"properties"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type string `pulumi:"type"`
}

AzureADMetrics resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL