แชร์ผ่าน


ServiceBusDataSourceProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.ServiceBusDataSourceProperties

public class ServiceBusDataSourceProperties

The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.).

Method Summary

Modifier and Type Method and Description
String serviceBusNamespace()

Get the serviceBusNamespace value.

String sharedAccessPolicyKey()

Get the sharedAccessPolicyKey value.

String sharedAccessPolicyName()

Get the sharedAccessPolicyName value.

ServiceBusDataSourceProperties withServiceBusNamespace(String serviceBusNamespace)

Set the serviceBusNamespace value.

ServiceBusDataSourceProperties withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

ServiceBusDataSourceProperties withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

Method Details

serviceBusNamespace

public String serviceBusNamespace()

Get the serviceBusNamespace value.

Returns:

the serviceBusNamespace value

sharedAccessPolicyKey

public String sharedAccessPolicyKey()

Get the sharedAccessPolicyKey value.

Returns:

the sharedAccessPolicyKey value

sharedAccessPolicyName

public String sharedAccessPolicyName()

Get the sharedAccessPolicyName value.

Returns:

the sharedAccessPolicyName value

withServiceBusNamespace

public ServiceBusDataSourceProperties withServiceBusNamespace(String serviceBusNamespace)

Set the serviceBusNamespace value.

Parameters:

serviceBusNamespace - the serviceBusNamespace value to set

Returns:

the ServiceBusDataSourceProperties object itself.

withSharedAccessPolicyKey

public ServiceBusDataSourceProperties withSharedAccessPolicyKey(String sharedAccessPolicyKey)

Set the sharedAccessPolicyKey value.

Parameters:

sharedAccessPolicyKey - the sharedAccessPolicyKey value to set

Returns:

the ServiceBusDataSourceProperties object itself.

withSharedAccessPolicyName

public ServiceBusDataSourceProperties withSharedAccessPolicyName(String sharedAccessPolicyName)

Set the sharedAccessPolicyName value.

Parameters:

sharedAccessPolicyName - the sharedAccessPolicyName value to set

Returns:

the ServiceBusDataSourceProperties object itself.

Applies to