Compartilhar via


IComponentsResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentsResourceTypeConverter))]
public interface IComponentsResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ComponentsResourceTypeConverter))>]
type IComponentsResource = interface
    interface IJsonSerializable
Public Interface IComponentsResource
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Id

Azure resource Id

Location

Resource location

Name

Azure resource name

Tag

Resource tags

Type

Azure resource type

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to