0.1.135 • Published 1 year ago

@azbake/ingredient-network-interface v0.1.135

Weekly downloads
34
License
MIT
Repository
github
Last release
1 year ago

Changelogs

Overview

The Network Interface ingredient is a plugin for bake. When included in a recipe, this will create an Network Interface.

Usage

name: My package
shortName: mypkg
version: 0.0.1
ingredients:
  - "@azbake/ingredient-network-interface@~0"
resourceGroup: true
recipe:
  nic:
    properties:
      type: "@azbake/ingredient-network-interface"
      parameters:
       networkInterfaceName: "sample-nic"        
        location: "centralus"
        virtualNetworkName: "test-vnet"
        subnetName: "default"
propertyrequireddescription
networkInterfaceNameyesThe name for the Network Interface
locationnoSets the location. Defaults to the parent resource group location.
subnetNameyesSubnet name to create Network interface
virtualNetworkNameyesVirtual Network name where subnet is associated

Utilities

Utility classes can be used inside of the bake.yaml file for parameter and source values.

networkinterface class

| function | description | | create_resource_name() | Returns the name created for the Network Interface when deployed |

Function Details

create_resource_name()

Gets the name created for the Network Interface when deployed.

...
parameters:
    nicName: "[networkinterfaceutility.create_resource_name()]"
...
Returns

string

0.1.135

1 year ago

0.1.134

1 year ago

0.1.133

1 year ago

0.1.129

2 years ago

0.1.128

2 years ago

0.1.127

2 years ago

0.1.132

2 years ago

0.1.131

2 years ago

0.1.130

2 years ago

0.1.126

2 years ago

0.1.125

3 years ago

0.1.124

3 years ago

0.1.123

3 years ago

0.1.122

3 years ago

0.1.121

3 years ago

0.1.120

3 years ago

0.1.118

3 years ago

0.1.117

3 years ago

0.1.119

3 years ago

0.1.116

3 years ago

0.1.115

3 years ago

0.1.114

3 years ago

0.1.113

3 years ago

0.1.112

3 years ago

0.1.111

3 years ago

0.1.110

3 years ago

0.1.109

3 years ago

0.1.108

3 years ago

0.1.107

4 years ago

0.1.106

4 years ago

0.1.105

4 years ago

0.1.104

4 years ago

0.1.103

4 years ago

0.1.102

4 years ago

0.1.101

4 years ago

0.1.100

4 years ago

0.1.99

4 years ago

0.1.98

4 years ago

0.1.97

4 years ago

0.1.96

4 years ago

0.1.95

4 years ago

0.1.91

4 years ago

0.1.90

4 years ago

0.1.89

4 years ago

0.1.87

4 years ago

0.1.76

5 years ago

0.1.75

5 years ago

0.1.74

5 years ago

0.1.70

5 years ago

0.1.68

5 years ago

0.1.67

5 years ago

0.1.65

5 years ago

0.1.64

5 years ago

0.1.61

5 years ago

0.1.59

5 years ago

0.1.58

5 years ago