SlotConfigNamesResource Class

Definition

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
SlotConfigNamesResource
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