你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INetworkFunctionRoleConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.NetworkFunctionRoleConfigurationTypeConverter))]
public interface INetworkFunctionRoleConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.NetworkFunctionRoleConfigurationTypeConverter))>]
type INetworkFunctionRoleConfiguration = interface
    interface IJsonSerializable
Public Interface INetworkFunctionRoleConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CustomProfileMetadataConfigurationPath

Path for metadata configuration.

ImageReferenceExactVersion

Specifies in decimal numbers, the exact version of image used to create the virtual machine.

ImageReferenceOffer

Specifies the offer of the image used to create the virtual machine.

ImageReferencePublisher

The image publisher.

ImageReferenceSku

The image SKU.

ImageReferenceVersion

Specifies the version of the image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.

NetworkInterface

The network interface configurations.

OSDiskName

The VHD name.

OSDiskOstype

The OS type.

OSDiskSizeGb

Specifies the size of os disk in gigabytes. This is the fully expanded disk size needed of the VHD image on the ASE. This disk size should be greater than the size of the VHD provided in vhdUri.

OSProfileAdminUsername
OSProfileCustomData
OSProfileCustomDataRequired

Indicates if custom data is required to deploy this role.

RoleName

The name of the network function role.

RoleType

Role type.

SshPublicKey

The list of SSH public keys used to authenticate with linux based VMs.

StorageProfileDataDisk

Specifies the parameters that are used to add a data disk to a virtual machine.

UserDataParameter

The user parameters for customers. The format of user data parameters has to be matched with the provided user data template.

UserDataTemplate

The user data template for customers. This is a json schema template describing the format and data type of user data parameters.

VhdUri

Specifies the virtual hard disk's uri.

VirtualMachineSize

The size of the virtual machine.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to