Get-AzCdnProfile
지정된 구독 및 리소스 그룹 아래에 지정된 프로필 이름을 가진 CDN 프로필을 가져옵니다.
구문
Get-AzCdnProfile
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCdnProfile
[-SubscriptionId <String[]>]
-ResourceGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCdnProfile
[-SubscriptionId <String[]>]
-Name <String>
-ResourceGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCdnProfile
-InputObject <ICdnIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
지정된 구독 및 리소스 그룹 아래에 지정된 프로필 이름을 가진 CDN 프로필을 가져옵니다.
예제
예제 1: 구독에서 AzureCDN 프로필 나열
Get-AzCdnProfile
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global p-oln142 cdn testps-rg-godj4q
Global cdn001 cdn testps-rg-da16jm
Global cdn002 cdn testps-rg-da16jm
구독에서 AzureCDN 프로필 나열
예제 2: 리소스 그룹 아래에 AzureCDN 프로필 나열
Get-AzCdnProfile -ResourceGroupName testps-rg-da16jm
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global cdn001 cdn testps-rg-da16jm
Global cdn002 cdn testps-rg-da16jm
리소스 그룹 아래에 AzureCDN 프로필 나열
예제 3: 리소스 그룹에서 AzureCDN 프로필 가져오기
Get-AzCdnProfile -ResourceGroupName testps-rg-da16jm -Name cdn001
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global cdn001 cdn testps-rg-da16jm
리소스 그룹 아래에서 AzureCDN 프로필 가져오기
예제 4: ID를 통해 리소스 그룹 아래에 AzureCDN 프로필 가져오기
New-AzCdnProfile -ResourceGroupName testps-rg-da16jm -Name cdn001 -SkuName Standard_Microsoft -Location Global | Get-AzCdnProfile
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global cdn001 cdn testps-rg-da16jm
ID를 통해 리소스 그룹 아래에 AzureCDN 프로필 가져오기
매개 변수
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.
형식: | PSObject |
별칭: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-InputObject
생성할 ID 매개 변수는 INPUTOBJECT 속성에 대한 NOTES 섹션을 참조하고 해시 테이블을 만듭니다.
형식: | ICdnIdentity |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-Name
리소스 그룹 내에서 고유한 CDN 프로필의 이름입니다.
형식: | String |
별칭: | ProfileName |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceGroupName
Azure 구독 내의 리소스 그룹의 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-SubscriptionId
Azure 구독 ID입니다.
형식: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
출력
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell