Class GetResourcesArgs
Inherited Members
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 SourceGetResourcesArgs()
Declaration
public GetResourcesArgs()
Properties
View SourceName
The name of the Resource.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
ResourceGroupName
The name of the Resource group where the Resources are located.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |