ArmSiteManagerModelFactory.EdgeSitePatchProperties 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.SiteManager.Models.EdgeSitePatchProperties EdgeSitePatchProperties(string displayName = default, string description = default, Azure.ResourceManager.SiteManager.Models.EdgeSiteAddressProperties siteAddress = default, System.Collections.Generic.IDictionary<string,string> labels = default);
static member EdgeSitePatchProperties : string * string * Azure.ResourceManager.SiteManager.Models.EdgeSiteAddressProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.SiteManager.Models.EdgeSitePatchProperties
Public Shared Function EdgeSitePatchProperties (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional siteAddress As EdgeSiteAddressProperties = Nothing, Optional labels As IDictionary(Of String, String) = Nothing) As EdgeSitePatchProperties
Parameters
- displayName
- String
displayName of Site resource.
- description
- String
Description of Site resource.
- siteAddress
- EdgeSiteAddressProperties
Physical address of the site.
- labels
- IDictionary<String,String>
Key-value pairs for labeling the site resource.
Returns
A new EdgeSitePatchProperties instance for mocking.