SenderUsernameResource Interface
public interface SenderUsernameResource
An immutable client-side representation of SenderUsernameResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
dataLocation()
Gets the data |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Sender |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Sender |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Sender |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Sender |
| abstract String |
username()
Gets the username property: A sender sender |
Method Details
dataLocation
public abstract String dataLocation()
Gets the dataLocation property: The location where the SenderUsername resource data is stored at rest.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The display name for the senderUsername.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SenderUsernameResourceInner innerModel()
Gets the inner com.azure.resourcemanager.communication.fluent.models.SenderUsernameResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the resource. Unknown is the default state for Communication Services.
Returns:
refresh
public abstract SenderUsernameResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SenderUsernameResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SenderUsernameResource.Update update()
Begins update for the SenderUsernameResource resource.
Returns:
username
public abstract String username()
Gets the username property: A sender senderUsername to be used when sending emails.
Returns: