Microsoft.Network ExpressRoutePorts 2023-09-01
- 最新の を
する - 2024-05-01
- 2024-03-01
- 2024-01-01
- 2023-11-01
- 2023-09-01
- 2023-06-01
- 2023-05-01
- 2023-04-01
- 2023-02-01
- 2022-11-01
- 2022-09-01
- 2022-07-01
- 2022-05-01
- 2022-01-01
- 2021-08-01
- 2021-05-01
- 2021-03-01
- 2021-02-01
- 2020-11-01
- 2020-08-01
- 2020-07-01
- 2020-06-01
- 2020-05-01
- 2020-04-01
- 2020-03-01
- 2019-12-01
- 2019-11-01
- 2019-09-01
- 2019-08-01
- 2019-07-01
- 2019-06-01
- 2019-04-01
- 2019-02-01
- 2018-12-01
- 2018-11-01
- 2018-10-01
- 2018-08-01
Bicep リソース定義
ExpressRoutePorts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/ExpressRoutePorts リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Network/ExpressRoutePorts@2023-09-01' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
bandwidthInGbps: int
billingType: 'string'
encapsulation: 'string'
links: [
{
id: 'string'
name: 'string'
properties: {
adminState: 'string'
macSecConfig: {
cakSecretIdentifier: 'string'
cipher: 'string'
cknSecretIdentifier: 'string'
sciState: 'string'
}
}
}
]
peeringLocation: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名前 | 形容 | 価値 |
---|
ExpressRouteLink
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | リソース ID。 | 糸 |
名前 | 親の子ポート リソース間で一意である子ポート リソースの名前。 | 糸 |
プロパティ | ExpressRouteLink プロパティ。 | ExpressRouteLinkPropertiesFormat の |
ExpressRouteLinkMacSecConfig
名前 | 形容 | 価値 |
---|---|---|
cakSecretIdentifier | Mac セキュリティ CAK キーを含む Keyvault シークレット識別子 URL。 | 糸 |
暗号 | Mac セキュリティ暗号。 | 'GcmAes128' 'GcmAes256' 'GcmAesXpn128' 'GcmAesXpn256' |
cknSecretIdentifier | Mac セキュリティ CKN キーを含む Keyvault シークレット識別子 URL。 | 糸 |
sciState | Sci モードが有効または無効です。 | 'Disabled' 'Enabled' |
ExpressRouteLinkPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
adminState | 物理ポートの管理状態。 | 'Disabled' 'Enabled' |
macSecConfig | MacSec の構成。 | ExpressRouteLinkMacSecConfig の |
ExpressRoutePortPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
bandwidthInGbps | 調達されたポートの帯域幅 (Gbps)。 | int |
billingType | ExpressRoutePort リソースの課金の種類。 | 'MeteredData' 'UnlimitedData' |
カプセル化 | 物理ポートのカプセル化方法。 | 'Dot1Q' 'QinQ' |
リンクス | ExpressRoutePort リソースの物理リンクのセット。 | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort が物理的にマップされるピアリングの場所の名前。 | 糸 |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースに使用される ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 種類 'None' は、仮想マシンからすべての ID を削除します。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。 | ManagedServiceIdentityUserAssignedIdentities の |
ManagedServiceIdentityUserAssignedIdentities
名前 | 形容 | 価値 |
---|
Microsoft.Network/ExpressRoutePorts
名前 | 形容 | 価値 |
---|---|---|
同一性 | ExpressRoutePort の ID (構成されている場合)。 | ManagedServiceIdentity の |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | ExpressRoutePort プロパティ。 | ExpressRoutePortPropertiesFormat |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ResourceTags
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
ExpressRoutePorts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/ExpressRoutePorts リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Network/ExpressRoutePorts",
"apiVersion": "2023-09-01",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"bandwidthInGbps": "int",
"billingType": "string",
"encapsulation": "string",
"links": [
{
"id": "string",
"name": "string",
"properties": {
"adminState": "string",
"macSecConfig": {
"cakSecretIdentifier": "string",
"cipher": "string",
"cknSecretIdentifier": "string",
"sciState": "string"
}
}
}
],
"peeringLocation": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名前 | 形容 | 価値 |
---|
ExpressRouteLink
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | リソース ID。 | 糸 |
名前 | 親の子ポート リソース間で一意である子ポート リソースの名前。 | 糸 |
プロパティ | ExpressRouteLink プロパティ。 | ExpressRouteLinkPropertiesFormat の |
ExpressRouteLinkMacSecConfig
名前 | 形容 | 価値 |
---|---|---|
cakSecretIdentifier | Mac セキュリティ CAK キーを含む Keyvault シークレット識別子 URL。 | 糸 |
暗号 | Mac セキュリティ暗号。 | 'GcmAes128' 'GcmAes256' 'GcmAesXpn128' 'GcmAesXpn256' |
cknSecretIdentifier | Mac セキュリティ CKN キーを含む Keyvault シークレット識別子 URL。 | 糸 |
sciState | Sci モードが有効または無効です。 | 'Disabled' 'Enabled' |
ExpressRouteLinkPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
adminState | 物理ポートの管理状態。 | 'Disabled' 'Enabled' |
macSecConfig | MacSec の構成。 | ExpressRouteLinkMacSecConfig の |
ExpressRoutePortPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
bandwidthInGbps | 調達されたポートの帯域幅 (Gbps)。 | int |
billingType | ExpressRoutePort リソースの課金の種類。 | 'MeteredData' 'UnlimitedData' |
カプセル化 | 物理ポートのカプセル化方法。 | 'Dot1Q' 'QinQ' |
リンクス | ExpressRoutePort リソースの物理リンクのセット。 | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort が物理的にマップされるピアリングの場所の名前。 | 糸 |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースに使用される ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 種類 'None' は、仮想マシンからすべての ID を削除します。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。 | ManagedServiceIdentityUserAssignedIdentities の |
ManagedServiceIdentityUserAssignedIdentities
名前 | 形容 | 価値 |
---|
Microsoft.Network/ExpressRoutePorts
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2023-09-01' |
同一性 | ExpressRoutePort の ID (構成されている場合)。 | ManagedServiceIdentity の |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | ExpressRoutePort プロパティ。 | ExpressRoutePortPropertiesFormat |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Network/ExpressRoutePorts' |
ResourceTags
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
ExpressRoutePorts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/ExpressRoutePorts リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/ExpressRoutePorts@2023-09-01"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
bandwidthInGbps = int
billingType = "string"
encapsulation = "string"
links = [
{
id = "string"
name = "string"
properties = {
adminState = "string"
macSecConfig = {
cakSecretIdentifier = "string"
cipher = "string"
cknSecretIdentifier = "string"
sciState = "string"
}
}
}
]
peeringLocation = "string"
}
})
}
プロパティ値
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名前 | 形容 | 価値 |
---|
ExpressRouteLink
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | リソース ID。 | 糸 |
名前 | 親の子ポート リソース間で一意である子ポート リソースの名前。 | 糸 |
プロパティ | ExpressRouteLink プロパティ。 | ExpressRouteLinkPropertiesFormat の |
ExpressRouteLinkMacSecConfig
名前 | 形容 | 価値 |
---|---|---|
cakSecretIdentifier | Mac セキュリティ CAK キーを含む Keyvault シークレット識別子 URL。 | 糸 |
暗号 | Mac セキュリティ暗号。 | 'GcmAes128' 'GcmAes256' 'GcmAesXpn128' 'GcmAesXpn256' |
cknSecretIdentifier | Mac セキュリティ CKN キーを含む Keyvault シークレット識別子 URL。 | 糸 |
sciState | Sci モードが有効または無効です。 | 'Disabled' 'Enabled' |
ExpressRouteLinkPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
adminState | 物理ポートの管理状態。 | 'Disabled' 'Enabled' |
macSecConfig | MacSec の構成。 | ExpressRouteLinkMacSecConfig の |
ExpressRoutePortPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
bandwidthInGbps | 調達されたポートの帯域幅 (Gbps)。 | int |
billingType | ExpressRoutePort リソースの課金の種類。 | 'MeteredData' 'UnlimitedData' |
カプセル化 | 物理ポートのカプセル化方法。 | 'Dot1Q' 'QinQ' |
リンクス | ExpressRoutePort リソースの物理リンクのセット。 | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort が物理的にマップされるピアリングの場所の名前。 | 糸 |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースに使用される ID の種類。 型 'SystemAssigned, UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 種類 'None' は、仮想マシンからすべての ID を削除します。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。 | ManagedServiceIdentityUserAssignedIdentities の |
ManagedServiceIdentityUserAssignedIdentities
名前 | 形容 | 価値 |
---|
Microsoft.Network/ExpressRoutePorts
名前 | 形容 | 価値 |
---|---|---|
同一性 | ExpressRoutePort の ID (構成されている場合)。 | ManagedServiceIdentity の |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | ExpressRoutePort プロパティ。 | ExpressRoutePortPropertiesFormat |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Network/ExpressRoutePorts@2023-09-01" |
ResourceTags
名前 | 形容 | 価値 |
---|