MockableSqlArmClient.GetManagedServerDnsAliasResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object representing a ManagedServerDnsAliasResource 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 ManagedServerDnsAliasResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Sql.ManagedServerDnsAliasResource GetManagedServerDnsAliasResource (Azure.Core.ResourceIdentifier id);
abstract member GetManagedServerDnsAliasResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.ManagedServerDnsAliasResource
override this.GetManagedServerDnsAliasResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.ManagedServerDnsAliasResource
Public Overridable Function GetManagedServerDnsAliasResource (id As ResourceIdentifier) As ManagedServerDnsAliasResource
Parameters
The resource ID of the resource to get.
Returns
Returns a ManagedServerDnsAliasResource object.
Applies to
Azure SDK for .NET