IGenericResource インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure 汎用リソースの不変のクライアント側表現。
public interface IGenericResource : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager,Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ResourceManager.Fluent.IGenericResource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IWithApiVersion>
type IGenericResource = interface
interface IGroupableResource<IResourceManager, GenericResourceInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IResourceManager>
interface IHasInner<GenericResourceInner>
interface IRefreshable<IGenericResource>
interface IUpdatable<IWithApiVersion>
Public Interface IGenericResource
Implements IGroupableResource(Of IResourceManager, GenericResourceInner), IHasInner(Of GenericResourceInner), IHasManager(Of IResourceManager), IRefreshable(Of IGenericResource), IUpdatable(Of IWithApiVersion)
- 実装
プロパティ
ApiVersion |
Azure 汎用リソースの不変のクライアント側表現。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IHasInner<T>) |
Key |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IIndexable) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
Name |
リソースの名前を取得します (継承元 IHasName) |
ParentResourceId |
Azure 汎用リソースの不変のクライアント側表現。 |
Plan |
Azure 汎用リソースの不変のクライアント側表現。 |
Properties |
Azure 汎用リソースの不変のクライアント側表現。 |
Region |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IResource) |
RegionName |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IResource) |
ResourceGroupName |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IHasResourceGroup) |
ResourceProviderNamespace |
Azure 汎用リソースの不変のクライアント側表現。 |
ResourceType |
Azure 汎用リソースの不変のクライアント側表現。 |
Tags |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IResource) |
Type |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IResource) |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
Update() |
Azure 汎用リソースの不変のクライアント側表現。 (継承元 IUpdatable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET