다음을 통해 공유


New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject

AfdDomainHttpsParameters에 대한 메모리 내 개체를 만듭니다.

구문

New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject
   -CertificateType <String>
   [-CipherSuiteSetType <String>]
   [-CustomizedCipherSuiteSet <IAfdDomainHttpsCustomizedCipherSuiteSet>]
   [-MinimumTlsVersion <String>]
   [-Secret <IResourceReference>]
   [<CommonParameters>]

Description

AfdDomainHttpsParameters에 대한 메모리 내 개체를 만듭니다.

예제

예제 1: AFDDomainHttpsParameters에 대한 메모리 내 개체 만들기

$secret =  Get-AzFrontDoorCdnSecret -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -Name secret001
$secretResource = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResource

CertificateType     MinimumTlsVersion
---------------     -----------------
CustomerCertificate TLS12

AFDDomainHttpsParameters에 대한 메모리 내 개체 만들기

매개 변수

-CertificateType

SSL 인증서의 원본을 정의합니다.

형식:String
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-CipherSuiteSetType

Https에 사용할 암호 그룹 집합 형식입니다.

형식:String
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-CustomizedCipherSuiteSet

cipherSuiteSetType이 사용자 지정될 때 Https에 사용할 사용자 지정된 암호 그룹 개체입니다.

형식:IAfdDomainHttpsCustomizedCipherSuiteSet
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-MinimumTlsVersion

cipherSuiteSetType이 사용자 지정될 때 Https에 사용되는 TLS 프로토콜 버전입니다.

형식:String
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-Secret

비밀에 대한 리소스 참조입니다. 즉, subs/rg/profile/secret.

형식:IResourceReference
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

출력

AfdDomainHttpsParameters