Share via


MockableCommunicationArmClient.GetCommunicationSmtpUsernameResource Method

Definition

Gets an object representing a CommunicationSmtpUsernameResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a CommunicationSmtpUsernameResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Communication.CommunicationSmtpUsernameResource GetCommunicationSmtpUsernameResource(Azure.Core.ResourceIdentifier id);
abstract member GetCommunicationSmtpUsernameResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Communication.CommunicationSmtpUsernameResource
override this.GetCommunicationSmtpUsernameResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Communication.CommunicationSmtpUsernameResource
Public Overridable Function GetCommunicationSmtpUsernameResource (id As ResourceIdentifier) As CommunicationSmtpUsernameResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CommunicationSmtpUsernameResource object.

Applies to