DomainSharedAccessKeys Interface
public interface DomainSharedAccessKeys
An immutable client-side representation of DomainSharedAccessKeys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Domain |
innerModel()
Gets the inner com. |
| abstract String |
key1()
Gets the key1 property: Shared access key1 for the domain. |
| abstract String |
key2()
Gets the key2 property: Shared access key2 for the domain. |
Method Details
innerModel
public abstract DomainSharedAccessKeysInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.DomainSharedAccessKeysInner object.
Returns:
key1
public abstract String key1()
Gets the key1 property: Shared access key1 for the domain.
Returns:
key2
public abstract String key2()
Gets the key2 property: Shared access key2 for the domain.
Returns: