C# 클래스 Microsoft.Azure.Management.Internal.Resources.FeaturesExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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