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 dataLocation property: The location where the SenderUsername resource data is stored at rest.

abstract String displayName()

Gets the displayName property: The display name for the senderUsername.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract SenderUsernameResourceInner innerModel()

Gets the inner com.azure.resourcemanager.communication.fluent.models.SenderUsernameResourceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the resource.

abstract SenderUsernameResource refresh()

Refreshes the resource to sync with Azure.

abstract SenderUsernameResource refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the SenderUsernameResource resource.

abstract String username()

Gets the username property: A sender senderUsername to be used when sending emails.

Method Details

dataLocation

public abstract String dataLocation()

Gets the dataLocation property: The location where the SenderUsername resource data is stored at rest.

Returns:

the dataLocation value.

displayName

public abstract String displayName()

Gets the displayName property: The display name for the senderUsername.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SenderUsernameResourceInner innerModel()

Gets the inner com.azure.resourcemanager.communication.fluent.models.SenderUsernameResourceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the resource. Unknown is the default state for Communication Services.

Returns:

the provisioningState value.

refresh

public abstract SenderUsernameResource refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract SenderUsernameResource refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract SenderUsernameResource.Update update()

Begins update for the SenderUsernameResource resource.

Returns:

the stage of resource update.

username

public abstract String username()

Gets the username property: A sender senderUsername to be used when sending emails.

Returns:

the username value.

Applies to