C# 클래스 Elastacloud.AzureManagement.Fluent.Clients.ServiceBusClient

Defines an interface which can perform operations on blobs
상속: IServiceBusClient
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
CheckNamespaceExists ( string name ) : bool

Checks to see whether a given namespace exists

CreateNamespace ( string name, string location = LocationConstants.NorthEurope ) : void

Creates a namespace given a name value

DeleteNamespace ( string name ) : void

Deletes a namespace and throws an exception if the namespace doesn't exist

GetServiceBusConnectionString ( string @namespace, string ruleName ) : string

Gets a service bus connection string given a namespace name

GetServiceBusNamspaceList ( string location ) : IEnumerable

Returns a list of service bus namespaces

ServiceBusClient ( string subscriptionId, X509Certificate2 certificate ) : System

메소드 상세

CheckNamespaceExists() 공개 메소드

Checks to see whether a given namespace exists
public CheckNamespaceExists ( string name ) : bool
name string
리턴 bool

CreateNamespace() 공개 메소드

Creates a namespace given a name value
public CreateNamespace ( string name, string location = LocationConstants.NorthEurope ) : void
name string The name of the namespace that has to follow the prescribed rules
location string The location of the namespace default to N. Europe
리턴 void

DeleteNamespace() 공개 메소드

Deletes a namespace and throws an exception if the namespace doesn't exist
public DeleteNamespace ( string name ) : void
name string
리턴 void

GetServiceBusConnectionString() 공개 메소드

Gets a service bus connection string given a namespace name
public GetServiceBusConnectionString ( string @namespace, string ruleName ) : string
@namespace string
ruleName string
리턴 string

GetServiceBusNamspaceList() 공개 메소드

Returns a list of service bus namespaces
public GetServiceBusNamspaceList ( string location ) : IEnumerable
location string
리턴 IEnumerable

ServiceBusClient() 공개 메소드

public ServiceBusClient ( string subscriptionId, X509Certificate2 certificate ) : System
subscriptionId string
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 System