IPolicyDefinitions Interface

Definition

public interface IPolicyDefinitions : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyDefinition>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyDefinition>
type IPolicyDefinitions = interface
    interface ISupportsListing<IPolicyDefinition>
    interface ISupportsGettingByName<IPolicyDefinition>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingByName
Public Interface IPolicyDefinitions
Implements ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of IPolicyDefinition), ISupportsListing(Of IPolicyDefinition)
Implements

Methods

Define(String) (Inherited from ISupportsCreating<T>)
DeleteByName(String)

Deletes a resource from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Deletes a resource asynchronously from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
GetByName(String)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)

Applies to