C# 클래스 Microsoft.WindowsAzure.Management.ServiceBus.Contract.ServiceBusManagementExtensionMethods

파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools

공개 메소드들

메소드 설명
CreateServiceBusNamespace ( this proxy, string subscriptionId, ServiceBusNamespace namespaceDescription, string name ) : ServiceBusNamespace
DeleteServiceBusNamespace ( this proxy, string subscriptionId, string name ) : void
GetServiceBusNamespace ( this proxy, string subscriptionId, string name ) : ServiceBusNamespace
IsServiceBusNamespaceAvailable ( this proxy, string subscriptionId, string name ) : ServiceBusNamespaceAvailabilityResponse
ListServiceBusNamespaces ( this proxy, string subscriptionId ) : List
ListServiceBusRegions ( this proxy, string subscriptionId ) : List

메소드 상세

CreateServiceBusNamespace() 공개 정적인 메소드

public static CreateServiceBusNamespace ( this proxy, string subscriptionId, ServiceBusNamespace namespaceDescription, string name ) : ServiceBusNamespace
proxy this
subscriptionId string
namespaceDescription Microsoft.WindowsAzure.Management.ServiceBus.ResourceModel.ServiceBusNamespace
name string
리턴 Microsoft.WindowsAzure.Management.ServiceBus.ResourceModel.ServiceBusNamespace

DeleteServiceBusNamespace() 공개 정적인 메소드

public static DeleteServiceBusNamespace ( this proxy, string subscriptionId, string name ) : void
proxy this
subscriptionId string
name string
리턴 void

GetServiceBusNamespace() 공개 정적인 메소드

public static GetServiceBusNamespace ( this proxy, string subscriptionId, string name ) : ServiceBusNamespace
proxy this
subscriptionId string
name string
리턴 Microsoft.WindowsAzure.Management.ServiceBus.ResourceModel.ServiceBusNamespace

IsServiceBusNamespaceAvailable() 공개 정적인 메소드

public static IsServiceBusNamespaceAvailable ( this proxy, string subscriptionId, string name ) : ServiceBusNamespaceAvailabilityResponse
proxy this
subscriptionId string
name string
리턴 Microsoft.WindowsAzure.Management.ServiceBus.ResourceModel.ServiceBusNamespaceAvailabilityResponse

ListServiceBusNamespaces() 공개 정적인 메소드

public static ListServiceBusNamespaces ( this proxy, string subscriptionId ) : List
proxy this
subscriptionId string
리턴 List

ListServiceBusRegions() 공개 정적인 메소드

public static ListServiceBusRegions ( this proxy, string subscriptionId ) : List
proxy this
subscriptionId string
리턴 List