MockableAppServiceArmClient.GetSlotConfigNamesResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SlotConfigNamesResource object.

Applies to