ArmEdgeOrderModelFactory.EdgeOrderAddressPatch 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.EdgeOrder.Models.EdgeOrderAddressPatch EdgeOrderAddressPatch(Azure.ResourceManager.EdgeOrder.Models.EdgeOrderShippingAddress shippingAddress = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressContactDetails contactDetails = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member EdgeOrderAddressPatch : Azure.ResourceManager.EdgeOrder.Models.EdgeOrderShippingAddress * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressContactDetails * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressPatch
Public Shared Function EdgeOrderAddressPatch (Optional shippingAddress As EdgeOrderShippingAddress = Nothing, Optional contactDetails As EdgeOrderAddressContactDetails = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As EdgeOrderAddressPatch
Parameters
- shippingAddress
- EdgeOrderShippingAddress
Shipping details for the address.
- contactDetails
- EdgeOrderAddressContactDetails
Contact details for the address.
- tags
- IDictionary<String,String>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
Returns
A new EdgeOrderAddressPatch instance for mocking.