SmtpUsernameResource Interface
public interface SmtpUsernameResource
An immutable client-side representation of SmtpUsernameResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
entraApplicationId()
Gets the entra |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Smtp |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Smtp |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Smtp |
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 |
tenantId()
Gets the tenant |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Smtp |
| abstract String |
username()
Gets the username property: The SMTP username. |
Method Details
entraApplicationId
public abstract String entraApplicationId()
Gets the entraApplicationId property: The application Id for the linked Entra Application.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SmtpUsernameResourceInner innerModel()
Gets the inner com.azure.resourcemanager.communication.fluent.models.SmtpUsernameResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract SmtpUsernameResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SmtpUsernameResource 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:
tenantId
public abstract String tenantId()
Gets the tenantId property: The tenant of the linked Entra Application.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SmtpUsernameResource.Update update()
Begins update for the SmtpUsernameResource resource.
Returns:
username
public abstract String username()
Gets the username property: The SMTP username. Could be free form or in the email address format.
Returns: