C# Class Microsoft.WindowsAzure.Management.ServiceBus.Contract.ServiceBusManagementExtensionMethods

Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools

Méthodes publiques

Méthode Description
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

Method Details

CreateServiceBusNamespace() public static méthode

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
Résultat Microsoft.WindowsAzure.Management.ServiceBus.ResourceModel.ServiceBusNamespace

DeleteServiceBusNamespace() public static méthode

public static DeleteServiceBusNamespace ( this proxy, string subscriptionId, string name ) : void
proxy this
subscriptionId string
name string
Résultat void

GetServiceBusNamespace() public static méthode

public static GetServiceBusNamespace ( this proxy, string subscriptionId, string name ) : ServiceBusNamespace
proxy this
subscriptionId string
name string
Résultat Microsoft.WindowsAzure.Management.ServiceBus.ResourceModel.ServiceBusNamespace

IsServiceBusNamespaceAvailable() public static méthode

public static IsServiceBusNamespaceAvailable ( this proxy, string subscriptionId, string name ) : ServiceBusNamespaceAvailabilityResponse
proxy this
subscriptionId string
name string
Résultat Microsoft.WindowsAzure.Management.ServiceBus.ResourceModel.ServiceBusNamespaceAvailabilityResponse

ListServiceBusNamespaces() public static méthode

public static ListServiceBusNamespaces ( this proxy, string subscriptionId ) : List
proxy this
subscriptionId string
Résultat List

ListServiceBusRegions() public static méthode

public static ListServiceBusRegions ( this proxy, string subscriptionId ) : List
proxy this
subscriptionId string
Résultat List