Show / Hide Table of Contents

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 Source

Id

The ID of this Resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

The Azure Region in which this Resource exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

The name of the Resource.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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>
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 readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.