IManagementPolicies Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type representing ManagementPolicies.
public interface IManagementPolicies : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.IManagementPoliciesOperations>
type IManagementPolicies = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface IHasInner<IManagementPoliciesOperations>
Public Interface IManagementPolicies
Implements IBeta, IHasInner(Of IManagementPoliciesOperations), ISupportsCreating(Of IBlank)
- Derived
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
Methods
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteAsync(String, String, CancellationToken) |
Deletes the managementpolicy associated with the specified storage account. |
GetAsync(String, String, CancellationToken) |
Gets the managementpolicy associated with the specified storage account. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET