Get-AzIntegrationAccountAssembly
Tümleştirme hesabı derlemesi alır.
Sözdizimi
Get-AzIntegrationAccountAssembly
-ResourceGroupName <String>
-ParentName <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzIntegrationAccountAssembly
-ParentObject <IntegrationAccount>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzIntegrationAccountAssembly
-ParentResourceId <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzIntegrationAccountAssembly cmdlet'i tümleştirme hesabından bir derleme alır.
Örnekler
Örnek 1: Parametrelere göre derleme alma
Get-AzIntegrationAccountAssembly -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -AssemblyName "sampleAssembly"
Properties : Microsoft.Azure.Management.Logic.Models.AssemblyProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/assemblies/sampleAssembly
Name : sampleAssembly
Type : Microsoft.Logic/integrationAccounts/assemblies
Location :
Tags :
"sampleResourceGroup" kaynak grubunda yer alan "sampleIntegrationAccount" tümleştirme hesabında bulunan "sampleAssembly" adlı bir derleme alın.
Örnek 2: Tümleştirme hesabındaki tüm derlemeleri parametrelere göre listeleme
Get-AzIntegrationAccountAssembly -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount"
Properties : Microsoft.Azure.Management.Logic.Models.AssemblyProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/assemblies/sampleAssembly
Name : sampleAssembly
Type : Microsoft.Logic/integrationAccounts/assemblies
Location :
Tags :
Properties : Microsoft.Azure.Management.Logic.Models.AssemblyProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/assemblies/sampleAssembly2
Name : sampleAssembly2
Type : Microsoft.Logic/integrationAccounts/assemblies
Location :
Tags :
"sampleResourceGroup" kaynak grubunda yer alan "sampleIntegrationAccount" tümleştirme hesabında bulunan tüm derlemeleri alın.
Parametreler
-DefaultProfile
Azure ile iletişim için kullanılan kimlik bilgileri, hesap, kiracı ve abonelik.
Tür: | IAzureContextContainer |
Diğer adlar: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Gerekli: | False |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-Name
Tümleştirme hesabı derleme adı.
Tür: | String |
Diğer adlar: | AssemblyName, ResourceName |
Position: | Named |
Default value: | None |
Gerekli: | False |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-ParentName
Tümleştirme hesabı adı.
Tür: | String |
Diğer adlar: | IntegrationAccountName |
Position: | Named |
Default value: | None |
Gerekli: | True |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
-ParentObject
Tümleştirme hesabı nesnesi.
Tür: | IntegrationAccount |
Position: | Named |
Default value: | None |
Gerekli: | True |
İşlem hattı girişini kabul et: | True |
Joker karakterleri kabul et: | False |
-ParentResourceId
Tümleştirme hesabı kaynak kimliği.
Tür: | String |
Position: | Named |
Default value: | None |
Gerekli: | True |
İşlem hattı girişini kabul et: | True |
Joker karakterleri kabul et: | False |
-ResourceGroupName
Kaynak grubu adı.
Tür: | String |
Position: | Named |
Default value: | None |
Gerekli: | True |
İşlem hattı girişini kabul et: | False |
Joker karakterleri kabul et: | False |
Girişler
Çıkışlar
Azure PowerShell