ArmStorageMoverModelFactory.EndpointBaseUpdateProperties 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.StorageMover.Models.EndpointBaseUpdateProperties EndpointBaseUpdateProperties(string endpointType = default, string description = default);
static member EndpointBaseUpdateProperties : string * string -> Azure.ResourceManager.StorageMover.Models.EndpointBaseUpdateProperties
Public Shared Function EndpointBaseUpdateProperties (Optional endpointType As String = Nothing, Optional description As String = Nothing) As EndpointBaseUpdateProperties
Parameters
- endpointType
- String
The Endpoint resource type.
- description
- String
A description for the Endpoint.
Returns
A new EndpointBaseUpdateProperties instance for mocking.