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

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Get ( this operations, string resourceProviderNamespace, string featureName ) : FeatureResponse

Get all features under the subscription.

GetAsync ( this operations, string resourceProviderNamespace, string featureName ) : Task

Get all features under the subscription.

List ( this operations, string resourceProviderNamespace ) : FeatureOperationsListResult

Gets a list of previewed features of a resource provider.

ListAll ( this operations ) : FeatureOperationsListResult

Gets a list of previewed features for all the providers in the current subscription.

ListAllAsync ( this operations ) : Task

Gets a list of previewed features for all the providers in the current subscription.

ListAllNext ( this operations, string nextLink ) : FeatureOperationsListResult

Gets a list of previewed features of a subscription.

ListAllNextAsync ( this operations, string nextLink ) : Task

Gets a list of previewed features of a subscription.

ListAsync ( this operations, string resourceProviderNamespace ) : Task

Gets a list of previewed features of a resource provider.

ListNext ( this operations, string nextLink ) : FeatureOperationsListResult

Gets a list of previewed features of a resource provider.

ListNextAsync ( this operations, string nextLink ) : Task

Gets a list of previewed features of a resource provider.

Register ( this operations, string resourceProviderNamespace, string featureName ) : FeatureResponse

Registers for a previewed feature of a resource provider.

RegisterAsync ( this operations, string resourceProviderNamespace, string featureName ) : Task

Registers for a previewed feature of a resource provider.

Method Details

Get() public static method

Get all features under the subscription.
public static Get ( this operations, string resourceProviderNamespace, string featureName ) : FeatureResponse
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
featureName string /// Required. Previewed feature name in the resource provider. ///
return Microsoft.Azure.Management.Internal.Resources.Models.FeatureResponse

GetAsync() public static method

Get all features under the subscription.
public static GetAsync ( this operations, string resourceProviderNamespace, string featureName ) : Task
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
featureName string /// Required. Previewed feature name in the resource provider. ///
return Task

List() public static method

Gets a list of previewed features of a resource provider.
public static List ( this operations, string resourceProviderNamespace ) : FeatureOperationsListResult
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
resourceProviderNamespace string /// Required. The namespace of the resource provider. ///
return Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListAll() public static method

Gets a list of previewed features for all the providers in the current subscription.
public static ListAll ( this operations ) : FeatureOperationsListResult
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
return Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListAllAsync() public static method

Gets a list of previewed features for all the providers in the current subscription.
public static ListAllAsync ( this operations ) : Task
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
return Task

ListAllNext() public static method

Gets a list of previewed features of a subscription.
public static ListAllNext ( this operations, string nextLink ) : FeatureOperationsListResult
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListAllNextAsync() public static method

Gets a list of previewed features of a subscription.
public static ListAllNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Task

ListAsync() public static method

Gets a list of previewed features of a resource provider.
public static ListAsync ( this operations, string resourceProviderNamespace ) : Task
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
resourceProviderNamespace string /// Required. The namespace of the resource provider. ///
return Task

ListNext() public static method

Gets a list of previewed features of a resource provider.
public static ListNext ( this operations, string nextLink ) : FeatureOperationsListResult
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListNextAsync() public static method

Gets a list of previewed features of a resource provider.
public static ListNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Task

Register() public static method

Registers for a previewed feature of a resource provider.
public static Register ( this operations, string resourceProviderNamespace, string featureName ) : FeatureResponse
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
featureName string /// Required. Previewed feature name in the resource provider. ///
return Microsoft.Azure.Management.Internal.Resources.Models.FeatureResponse

RegisterAsync() public static method

Registers for a previewed feature of a resource provider.
public static RegisterAsync ( this operations, string resourceProviderNamespace, string featureName ) : Task
operations this /// Reference to the Microsoft.Azure.Management.Internal.Resources.IFeatures. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
featureName string /// Required. Previewed feature name in the resource provider. ///
return Task