NetworkFunctionRoleConfigurationArgs

constructor(customProfile: Output<CustomProfileArgs>? = null, networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, osProfile: Output<OsProfileArgs>? = null, roleName: Output<String>? = null, roleType: Output<Either<String, NetworkFunctionRoleConfigurationType>>? = null, storageProfile: Output<StorageProfileArgs>? = null, userDataParameters: Output<Any>? = null, userDataTemplate: Output<Any>? = null, virtualMachineSize: Output<Either<String, VirtualMachineSizeTypes>>? = null)