다음을 통해 공유


Secret class

비밀을 나타내는 클래스입니다.

생성자

Secret(ServiceFabricMeshManagementClientContext)

비밀을 만듭니다.

메서드

create(string, string, SecretResourceDescription, RequestOptionsBase)

지정된 이름, 설명 및 속성을 사용하여 비밀 리소스를 만듭니다. 이름이 같은 비밀 리소스가 있는 경우 지정된 설명 및 속성으로 업데이트됩니다.

create(string, string, SecretResourceDescription, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)
create(string, string, SecretResourceDescription, ServiceCallback<SecretResourceDescription>)
deleteMethod(string, string, RequestOptionsBase)

이름으로 식별되는 비밀 리소스를 삭제합니다.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

지정된 이름의 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

get(string, string, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)
get(string, string, ServiceCallback<SecretResourceDescription>)
listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listByResourceGroup(string, ServiceCallback<SecretResourceDescriptionList>)
listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listByResourceGroupNext(string, ServiceCallback<SecretResourceDescriptionList>)
listBySubscription(RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

listBySubscription(RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listBySubscription(ServiceCallback<SecretResourceDescriptionList>)
listBySubscriptionNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)
listBySubscriptionNext(string, ServiceCallback<SecretResourceDescriptionList>)

생성자 세부 정보

Secret(ServiceFabricMeshManagementClientContext)

비밀을 만듭니다.

new Secret(client: ServiceFabricMeshManagementClientContext)

매개 변수

client
ServiceFabricMeshManagementClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

create(string, string, SecretResourceDescription, RequestOptionsBase)

지정된 이름, 설명 및 속성을 사용하여 비밀 리소스를 만듭니다. 이름이 같은 비밀 리소스가 있는 경우 지정된 설명 및 속성으로 업데이트됩니다.

function create(resourceGroupName: string, secretResourceName: string, secretResourceDescription: SecretResourceDescription, options?: RequestOptionsBase): Promise<SecretCreateResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

secretResourceDescription
SecretResourceDescription

비밀 리소스를 만들기 위한 설명입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Models SecretCreateResponse 약속<>

create(string, string, SecretResourceDescription, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)

function create(resourceGroupName: string, secretResourceName: string, secretResourceDescription: SecretResourceDescription, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

secretResourceDescription
SecretResourceDescription

비밀 리소스를 만들기 위한 설명입니다.

options
RequestOptionsBase

선택적 매개 변수

create(string, string, SecretResourceDescription, ServiceCallback<SecretResourceDescription>)

function create(resourceGroupName: string, secretResourceName: string, secretResourceDescription: SecretResourceDescription, callback: ServiceCallback<SecretResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

secretResourceDescription
SecretResourceDescription

비밀 리소스를 만들기 위한 설명입니다.

deleteMethod(string, string, RequestOptionsBase)

이름으로 식별되는 비밀 리소스를 삭제합니다.

function deleteMethod(resourceGroupName: string, secretResourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, secretResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, secretResourceName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, RequestOptionsBase)

지정된 이름의 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

function get(resourceGroupName: string, secretResourceName: string, options?: RequestOptionsBase): Promise<SecretGetResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SecretGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<SecretResourceDescription>)

function get(resourceGroupName: string, secretResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

get(string, string, ServiceCallback<SecretResourceDescription>)

function get(resourceGroupName: string, secretResourceName: string, callback: ServiceCallback<SecretResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

secretResourceName

string

비밀 리소스의 이름입니다.

listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<SecretListByResourceGroupResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SecretListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroup(string, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SecretListByResourceGroupNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SecretListByResourceGroupNext응답>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroupNext(string, ServiceCallback<SecretResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

listBySubscription(RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

function listBySubscription(options?: RequestOptionsBase): Promise<SecretListBySubscriptionResponse>

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SecretListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

options
RequestOptionsBase

선택적 매개 변수

listBySubscription(ServiceCallback<SecretResourceDescriptionList>)

function listBySubscription(callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

listBySubscriptionNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 비밀 리소스에 대한 정보를 가져옵니다. 정보에는 비밀의 설명 및 기타 속성이 포함됩니다.

function listBySubscriptionNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SecretListBySubscriptionNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SecretListBySubscriptionNext응답>

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<SecretResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listBySubscriptionNext(string, ServiceCallback<SecretResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, callback: ServiceCallback<SecretResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.