Microsoft.Network ExpressRoutePorts 2018-12-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@2018-12-01' = {
location: 'string'
name: 'string'
properties: {
bandwidthInGbps: int
encapsulation: 'string'
links: [
{
id: 'string'
name: 'string'
properties: {
adminState: 'string'
}
}
]
peeringLocation: 'string'
resourceGuid: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
ExpressRouteLink
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | リソース ID。 | 糸 |
名前 | 親の子ポート リソース間で一意である子ポート リソースの名前。 | 糸 |
プロパティ | ExpressRouteLink プロパティ | ExpressRouteLinkPropertiesFormat の |
ExpressRouteLinkPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
adminState | 物理ポートの管理状態 | 'Disabled' 'Enabled' |
ExpressRoutePortPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
bandwidthInGbps | 調達ポートの帯域幅 (Gbps) | int |
カプセル化 | 物理ポートのカプセル化方法。 | 'Dot1Q' 'QinQ' |
リンクス | ExpressRoutePort リソースの物理リンクのセット | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort が物理的にマップされるピアリングの場所の名前。 | 糸 |
resourceGuid | ExpressRoutePort リソースのリソース GUID プロパティ。 | 糸 |
Microsoft.Network/ExpressRoutePorts
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | ExpressRoutePort プロパティ | ExpressRoutePortPropertiesFormat |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ResourceTags
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
ExpressRoutePorts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/ExpressRoutePorts リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Network/ExpressRoutePorts",
"apiVersion": "2018-12-01",
"name": "string",
"location": "string",
"properties": {
"bandwidthInGbps": "int",
"encapsulation": "string",
"links": [
{
"id": "string",
"name": "string",
"properties": {
"adminState": "string"
}
}
],
"peeringLocation": "string",
"resourceGuid": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
ExpressRouteLink
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | リソース ID。 | 糸 |
名前 | 親の子ポート リソース間で一意である子ポート リソースの名前。 | 糸 |
プロパティ | ExpressRouteLink プロパティ | ExpressRouteLinkPropertiesFormat の |
ExpressRouteLinkPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
adminState | 物理ポートの管理状態 | 'Disabled' 'Enabled' |
ExpressRoutePortPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
bandwidthInGbps | 調達ポートの帯域幅 (Gbps) | int |
カプセル化 | 物理ポートのカプセル化方法。 | 'Dot1Q' 'QinQ' |
リンクス | ExpressRoutePort リソースの物理リンクのセット | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort が物理的にマップされるピアリングの場所の名前。 | 糸 |
resourceGuid | ExpressRoutePort リソースのリソース GUID プロパティ。 | 糸 |
Microsoft.Network/ExpressRoutePorts
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2018-12-01' |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | ExpressRoutePort プロパティ | ExpressRoutePortPropertiesFormat |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Network/ExpressRoutePorts' |
ResourceTags
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
ExpressRoutePorts リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/ExpressRoutePorts リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/ExpressRoutePorts@2018-12-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
bandwidthInGbps = int
encapsulation = "string"
links = [
{
id = "string"
name = "string"
properties = {
adminState = "string"
}
}
]
peeringLocation = "string"
resourceGuid = "string"
}
})
}
プロパティ値
ExpressRouteLink
名前 | 形容 | 価値 |
---|---|---|
身分証明書 | リソース ID。 | 糸 |
名前 | 親の子ポート リソース間で一意である子ポート リソースの名前。 | 糸 |
プロパティ | ExpressRouteLink プロパティ | ExpressRouteLinkPropertiesFormat の |
ExpressRouteLinkPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
adminState | 物理ポートの管理状態 | 'Disabled' 'Enabled' |
ExpressRoutePortPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
bandwidthInGbps | 調達ポートの帯域幅 (Gbps) | int |
カプセル化 | 物理ポートのカプセル化方法。 | 'Dot1Q' 'QinQ' |
リンクス | ExpressRoutePort リソースの物理リンクのセット | ExpressRouteLink[] |
peeringLocation | ExpressRoutePort が物理的にマップされるピアリングの場所の名前。 | 糸 |
resourceGuid | ExpressRoutePort リソースのリソース GUID プロパティ。 | 糸 |
Microsoft.Network/ExpressRoutePorts
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | ExpressRoutePort プロパティ | ExpressRoutePortPropertiesFormat |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Network/ExpressRoutePorts@2018-12-01" |
ResourceTags
名前 | 形容 | 価値 |
---|