ArmContainerServiceFleetModelFactory.ContainerServiceFleetGatePatch 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.ContainerServiceFleet.Models.ContainerServiceFleetGatePatch ContainerServiceFleetGatePatch(Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGateState? gatePatchState = default);
static member ContainerServiceFleetGatePatch : Nullable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGateState> -> Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGatePatch
Public Shared Function ContainerServiceFleetGatePatch (Optional gatePatchState As Nullable(Of ContainerServiceFleetGateState) = Nothing) As ContainerServiceFleetGatePatch
Parameters
- gatePatchState
- Nullable<ContainerServiceFleetGateState>
The state of the Gate.
Returns
A new ContainerServiceFleetGatePatch instance for mocking.