Show / Hide Table of Contents

Class GetResourcesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetResourcesArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Core
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetResourcesArgs : InvokeArgs

Constructors

View Source

GetResourcesArgs()

Declaration
public GetResourcesArgs()

Properties

View Source

Name

The name of the Resource.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

RequiredTags

A mapping of tags which the resource has to have in order to be included in the result.

Declaration
public Dictionary<string, string> RequiredTags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
View Source

ResourceGroupName

The name of the Resource group where the Resources are located.

Declaration
public string ResourceGroupName { get; set; }
Property Value
Type Description
System.String
View Source

Type

The Resource Type of the Resources you want to list (e.g. Microsoft.Network/virtualNetworks). A full list of available Resource Types can be found here.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.