다음을 통해 공유


SlotConfigNamesResourceInner 생성자

정의

오버로드

SlotConfigNamesResourceInner()

SlotConfigNamesResourceInner 클래스의 새 instance 초기화합니다.

SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>)

SlotConfigNamesResourceInner 클래스의 새 instance 초기화합니다.

SlotConfigNamesResourceInner()

SlotConfigNamesResourceInner 클래스의 새 instance 초기화합니다.

public SlotConfigNamesResourceInner();
Public Sub New ()

적용 대상

SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>)

SlotConfigNamesResourceInner 클래스의 새 instance 초기화합니다.

public SlotConfigNamesResourceInner(string id = default, string name = default, string type = default, string kind = default, System.Collections.Generic.IList<string> connectionStringNames = default, System.Collections.Generic.IList<string> appSettingNames = default, System.Collections.Generic.IList<string> azureStorageConfigNames = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SlotConfigNamesResourceInner : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.Models.SlotConfigNamesResourceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional connectionStringNames As IList(Of String) = Nothing, Optional appSettingNames As IList(Of String) = Nothing, Optional azureStorageConfigNames As IList(Of String) = Nothing)

매개 변수

id
String
name
String
type
String
kind
String

리소스 종류입니다.

connectionStringNames
IList<String>

연결 문자열 이름 목록입니다.

appSettingNames
IList<String>

애플리케이션 설정 이름 목록입니다.

azureStorageConfigNames
IList<String>

외부 Azure Storage 계정 식별자 목록입니다.

적용 대상