SlotConfigNamesResource Class
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.
Slot Config names azure resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SlotConfigNamesResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SlotConfigNamesResource = class
inherit ProxyOnlyResource
Public Class SlotConfigNamesResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
SlotConfigNamesResource() |
Initializes a new instance of the SlotConfigNamesResource class. |
SlotConfigNamesResource(String, String, String, String, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the SlotConfigNamesResource class. |
Properties
AppSettingNames |
Gets or sets list of application settings names. |
AzureStorageConfigNames |
Gets or sets list of external Azure storage account identifiers. |
ConnectionStringNames |
Gets or sets list of connection string names. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET