C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient.ProviderFeatureClient

Helper client for performing operations on features
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ListPSProviderFeatures ( bool listAvailable, string resourceProviderNamespace = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]

Lists the features that ARM knows about

ListPSProviderFeatures ( string resourceProviderNamespace = null, string featureName = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]

Lists the features that ARM knows about

ProviderFeatureClient ( ) : Microsoft.Azure.Commands.Common.Authentication

Initializes a new instance of the ProviderFeatureClient class.

ProviderFeatureClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Initializes a new instance of the ProviderFeatureClient class.

RegisterProviderFeature ( string providerName, string featureName ) : PSProviderFeature

Registers a feature on the current subscription

비공개 메소드들

메소드 설명
IsFeatureRegistered ( FeatureResult feature ) : bool

Checks if a feature is registered with the current subscription

ListPSProviderFeatures ( string resourceProviderNamespace = null, string featureName = null, bool listAvailable = false ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]

Lists the features that ARM knows about

메소드 상세

ListPSProviderFeatures() 공개 메소드

Lists the features that ARM knows about
public ListPSProviderFeatures ( bool listAvailable, string resourceProviderNamespace = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]
listAvailable bool When set to true, lists all features that are available including those not registered on the current subscription
resourceProviderNamespace string When specified, returns all features that are defined by this resource provider namespace
리턴 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]

ListPSProviderFeatures() 공개 메소드

Lists the features that ARM knows about
public ListPSProviderFeatures ( string resourceProviderNamespace = null, string featureName = null ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]
resourceProviderNamespace string When specified, returns all features that are defined by this resource provider namespace
featureName string When specified, returns all features that have this name
리턴 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature[]

ProviderFeatureClient() 공개 메소드

Initializes a new instance of the ProviderFeatureClient class.
public ProviderFeatureClient ( ) : Microsoft.Azure.Commands.Common.Authentication
리턴 Microsoft.Azure.Commands.Common.Authentication

ProviderFeatureClient() 공개 메소드

Initializes a new instance of the ProviderFeatureClient class.
public ProviderFeatureClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext The azure context
리턴 Microsoft.Azure.Commands.Common.Authentication

RegisterProviderFeature() 공개 메소드

Registers a feature on the current subscription
public RegisterProviderFeature ( string providerName, string featureName ) : PSProviderFeature
providerName string The name of the resource provider
featureName string The name of the feature
리턴 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature