IDeployments インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure でのテンプレートデプロイへのエントリ ポイント。
public interface IDeployments : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager>
type IDeployments = interface
interface ISupportsCreating<IBlank>
interface ISupportsListing<IDeployment>
interface ISupportsListingByResourceGroup<IDeployment>
interface ISupportsGettingByName<IDeployment>
interface ISupportsGettingByResourceGroup<IDeployment>
interface ISupportsGettingById<IDeployment>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface IHasManager<IResourceManager>
interface IHasInner<IDeploymentsOperations>
Public Interface IDeployments
Implements IHasInner(Of IDeploymentsOperations), IHasManager(Of IResourceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IDeployment), ISupportsGettingByName(Of IDeployment), ISupportsGettingByResourceGroup(Of IDeployment), ISupportsListing(Of IDeployment), ISupportsListingByResourceGroup(Of IDeployment)
- 実装
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IDeployment> ISupportsGettingByName<IDeployment> ISupportsGettingByResourceGroup<IDeployment> ISupportsListing<IDeployment> ISupportsListingByResourceGroup<IDeployment> IHasInner<IDeploymentsOperations> IHasManager<IResourceManager>
プロパティ
Inner |
Azure でのテンプレートデプロイへのエントリ ポイント。 (継承元 IHasInner<T>) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET