ArmComputeFleetModelFactory.ComputeFleetVmssNetworkConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssNetworkConfiguration ComputeFleetVmssNetworkConfiguration(string name = default, Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssNetworkConfigurationProperties properties = default);
static member ComputeFleetVmssNetworkConfiguration : string * Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssNetworkConfigurationProperties -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssNetworkConfiguration
Public Shared Function ComputeFleetVmssNetworkConfiguration (Optional name As String = Nothing, Optional properties As ComputeFleetVmssNetworkConfigurationProperties = Nothing) As ComputeFleetVmssNetworkConfiguration
Parameters
- name
- String
The network configuration name.
Describes a virtual machine scale set network profile's IP configuration.
Returns
A new ComputeFleetVmssNetworkConfiguration instance for mocking.