共用方式為


IGroupableResource<ManagerT,InnerT> 介面

定義

資源群組中資源的基底介面。

public interface IGroupableResource<ManagerT,InnerT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<InnerT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<ManagerT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource
type IGroupableResource<'ManagerT, 'InnerT> = interface
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<'ManagerT>
    interface IHasInner<'InnerT>
Public Interface IGroupableResource(Of ManagerT, InnerT)
Implements IHasInner(Of InnerT), IHasManager(Of ManagerT), IHasResourceGroup, IResource

類型參數

ManagerT
InnerT
衍生
實作

屬性

Id

取得資源識別碼字串

(繼承來源 IHasId)
Inner

資源群組中資源的基底介面。

(繼承來源 IHasInner<T>)
Key

資源群組中資源的基底介面。

(繼承來源 IIndexable)
Manager

取得此資源類型的管理員用戶端類型。

(繼承來源 IHasManager<ManagerT>)
Name

取得資源的名稱

(繼承來源 IHasName)
Region

資源群組中資源的基底介面。

(繼承來源 IResource)
RegionName

資源群組中資源的基底介面。

(繼承來源 IResource)
ResourceGroupName

資源群組中資源的基底介面。

(繼承來源 IHasResourceGroup)
Tags

資源群組中資源的基底介面。

(繼承來源 IResource)
Type

資源群組中資源的基底介面。

(繼承來源 IResource)

適用於