C# Class Microsoft.Azure.Management.Internal.Resources.ProviderOperationsExtensions

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Get ( this operations, string resourceProviderNamespace ) : ProviderGetResult

Gets a resource provider.

GetAsync ( this operations, string resourceProviderNamespace ) : Task

Gets a resource provider.

List ( this operations, ProviderListParameters parameters ) : ProviderListResult

Gets a list of resource providers.

ListAsync ( this operations, ProviderListParameters parameters ) : Task

Gets a list of resource providers.

ListNext ( this operations, string nextLink ) : ProviderListResult

Get a list of deployments.

ListNextAsync ( this operations, string nextLink ) : Task

Get a list of deployments.

Register ( this operations, string resourceProviderNamespace ) : ProviderRegistionResult

Registers provider to be used with a subscription.

RegisterAsync ( this operations, string resourceProviderNamespace ) : Task

Registers provider to be used with a subscription.

Unregister ( this operations, string resourceProviderNamespace ) : ProviderUnregistionResult

Unregisters provider from a subscription.

UnregisterAsync ( this operations, string resourceProviderNamespace ) : Task

Unregisters provider from a subscription.

Method Details

Get() public static method

Gets a resource provider.
public static Get ( this operations, string resourceProviderNamespace ) : ProviderGetResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ProviderGetResult

GetAsync() public static method

Gets a resource provider.
public static GetAsync ( this operations, string resourceProviderNamespace ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
return Task

List() public static method

Gets a list of resource providers.
public static List ( this operations, ProviderListParameters parameters ) : ProviderListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ProviderListParameters /// Optional. Query parameters. If null is passed returns all /// deployments. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ProviderListResult

ListAsync() public static method

Gets a list of resource providers.
public static ListAsync ( this operations, ProviderListParameters parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.ProviderListParameters /// Optional. Query parameters. If null is passed returns all /// deployments. ///
return Task

ListNext() public static method

Get a list of deployments.
public static ListNext ( this operations, string nextLink ) : ProviderListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ProviderListResult

ListNextAsync() public static method

Get a list of deployments.
public static ListNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Task

Register() public static method

Registers provider to be used with a subscription.
public static Register ( this operations, string resourceProviderNamespace ) : ProviderRegistionResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ProviderRegistionResult

RegisterAsync() public static method

Registers provider to be used with a subscription.
public static RegisterAsync ( this operations, string resourceProviderNamespace ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
return Task

Unregister() public static method

Unregisters provider from a subscription.
public static Unregister ( this operations, string resourceProviderNamespace ) : ProviderUnregistionResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ProviderUnregistionResult

UnregisterAsync() public static method

Unregisters provider from a subscription.
public static UnregisterAsync ( this operations, string resourceProviderNamespace ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
return Task