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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET