public class ServiceBusKey extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
host |
private String |
sharedAccessKey |
private String |
sharedAccessKeyName |
| Constructor and Description |
|---|
ServiceBusKey(String host,
String sharedAccessKeyName,
String sharedAccessKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getSharedAccessKey() |
String |
getSharedAccessKeyName() |
Copyright © 2019 Microsoft. All rights reserved.