ManagementPoliciesImpl Class
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.
public class ManagementPoliciesImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Wrapper<Microsoft.Azure.Management.Storage.Fluent.IManagementPoliciesOperations>, 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>, Microsoft.Azure.Management.Storage.Fluent.IManagementPolicies
type ManagementPoliciesImpl = class
inherit Wrapper<IManagementPoliciesOperations>
interface IManagementPolicies
interface IBeta
interface ISupportsCreating<IBlank>
interface IHasInner<IManagementPoliciesOperations>
Public Class ManagementPoliciesImpl
Inherits Wrapper(Of IManagementPoliciesOperations)
Implements IBeta, IHasInner(Of IManagementPoliciesOperations), IManagementPolicies, ISupportsCreating(Of IBlank)
- Inheritance
- Implements
Properties
Inner | (Inherited from Wrapper<InnerT>) |
Methods
Define(String) | |
DeleteAsync(String, String, CancellationToken) | |
GetAsync(String, String, CancellationToken) | |
Manager() | |
SetInner(InnerT) | (Inherited from Wrapper<InnerT>) |
Explicit Interface Implementations
IManagementPolicies.DeleteAsync(String, String, CancellationToken) |
Deletes the managementpolicy associated with the specified storage account. |
IManagementPolicies.GetAsync(String, String, CancellationToken) |
Gets the managementpolicy associated with the specified storage account. |
ISupportsCreating<IBlank>.Define(String) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET