MockableAppServiceArmClient.GetWebSiteConfigConnectionStringResource Method

Definition

Gets an object representing a WebSiteConfigConnectionStringResource 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 WebSiteConfigConnectionStringResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource GetWebSiteConfigConnectionStringResource (Azure.Core.ResourceIdentifier id);
abstract member GetWebSiteConfigConnectionStringResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource
override this.GetWebSiteConfigConnectionStringResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource
Public Overridable Function GetWebSiteConfigConnectionStringResource (id As ResourceIdentifier) As WebSiteConfigConnectionStringResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WebSiteConfigConnectionStringResource object.

Applies to