ArmComputeFleetModelFactory.ComputeFleetVmssIPConfiguration 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.ComputeFleetVmssIPConfiguration ComputeFleetVmssIPConfiguration(string name = default, Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPConfigurationProperties properties = default);
static member ComputeFleetVmssIPConfiguration : string * Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPConfigurationProperties -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPConfiguration
Public Shared Function ComputeFleetVmssIPConfiguration (Optional name As String = Nothing, Optional properties As ComputeFleetVmssIPConfigurationProperties = Nothing) As ComputeFleetVmssIPConfiguration
Parameters
- name
- String
The IP configuration name.
- properties
- ComputeFleetVmssIPConfigurationProperties
Describes a virtual machine scale set network profile's IP configuration properties.
Returns
A new ComputeFleetVmssIPConfiguration instance for mocking.