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

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

공개 메소드들

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

메소드 상세

Get() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.ProviderGetResult

GetAsync() 공개 정적인 메소드

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. ///
리턴 Task

List() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.ProviderListResult

ListAsync() 공개 정적인 메소드

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. ///
리턴 Task

ListNext() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.ProviderListResult

ListNextAsync() 공개 정적인 메소드

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. ///
리턴 Task

Register() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.ProviderRegistionResult

RegisterAsync() 공개 정적인 메소드

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. ///
리턴 Task

Unregister() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.ProviderUnregistionResult

UnregisterAsync() 공개 정적인 메소드

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. ///
리턴 Task