Class GetResourcesResourceResult
Inheritance
System.Object
GetResourcesResourceResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetResourcesResourceResult
Fields
View SourceId
The ID of this Resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure Region in which this Resource exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the Resource.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to this Resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, 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 readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |