Aracılığıyla paylaş


Get-AzConnectedPrivateLinkScope

Azure Arc PrivateLinkScope döndürür.

Sözdizimi

Get-AzConnectedPrivateLinkScope
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzConnectedPrivateLinkScope
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzConnectedPrivateLinkScope
   -ResourceGroupName <String>
   -ScopeName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Azure Arc PrivateLinkScope döndürür.

Örnekler

Örnek 1: Bir kaynak grubunun tüm özel bağlantı kapsamını alma

Get-AzConnectedPrivateLinkScope -ResourceGroupName 'ytongtest'

Id                           : /subscriptions/subcriptionid/resourceGroups/ytongtest/providers/M
                               icrosoft.HybridCompute/privateLinkScopes/myScope
Location                     : centraluseuap
Name                         : myScope
PrivateEndpointConnection    : {}
PrivateLinkScopeId           : scopeId
ProvisioningState            : Succeeded
PublicNetworkAccess          : Enabled
ResourceGroupName            : ytongtest
SystemDataCreatedAt          :
SystemDataCreatedBy          :
SystemDataCreatedByType      :
SystemDataLastModifiedAt     :
SystemDataLastModifiedBy     :
SystemDataLastModifiedByType :
Tag                          : {
                               }
Type                         : Microsoft.HybridCompute/privateLinkScopes

kaynak grubunun tüm özel bağlantı kapsamını alma

Örnek 2: belirli özel bağlantı kapsamını alma

Get-AzConnectedPrivateLinkScope -ResourceGroupName 'ytongtest' -ScopeName 'myScope'

Id                           : /subscriptions/********-****-****-****-**********/resourceGroups/ytongtest/providers/Microsoft.HybridCompute/privateLinkScopes/myScope
Location                     : centraluseuap
Name                         : myScope
PrivateEndpointConnection    : {}
PrivateLinkScopeId           : ********-****-****-****-**********
ProvisioningState            : Succeeded
PublicNetworkAccess          : Enabled
ResourceGroupName            : ytongtest
SystemDataCreatedAt          :
SystemDataCreatedBy          :
SystemDataCreatedByType      :
SystemDataLastModifiedAt     :
SystemDataLastModifiedBy     :
SystemDataLastModifiedByType :
Tag                          : {
                               }
Type                         : Microsoft.HybridCompute/privateLinkScopes

belirli özel bağlantı kapsamını alma

Parametreler

-DefaultProfile

DefaultProfile parametresi işlevsel değil. Cmdlet'i farklı bir abonelikte yürütürken kullanılabilir olduğunda SubscriptionId parametresini kullanın.

Tür:PSObject
Diğer adlar:AzureRMContext, AzureCredential
Position:Named
Default value:None
Gerekli:False
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-ResourceGroupName

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

Tür:String
Position:Named
Default value:None
Gerekli:True
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-ScopeName

Azure Arc PrivateLinkScope kaynağının adı.

Tür:String
Position:Named
Default value:None
Gerekli:True
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-SubscriptionId

Hedef aboneliğin kimliği.

Tür:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Gerekli:False
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

Çıkışlar

IHybridComputePrivateLinkScope