C# Класс Microsoft.Azure.Management.Internal.Resources.FeaturesExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Get() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.FeatureResponse

GetAsync() публичный статический Метод

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. ///
Результат Task

List() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListAll() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListAllAsync() публичный статический Метод

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. ///
Результат Task

ListAllNext() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListAllNextAsync() публичный статический Метод

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. ///
Результат Task

ListAsync() публичный статический Метод

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. ///
Результат Task

ListNext() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.FeatureOperationsListResult

ListNextAsync() публичный статический Метод

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. ///
Результат Task

Register() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.FeatureResponse

RegisterAsync() публичный статический Метод

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. ///
Результат Task