ArmDevCenterModelFactory.DevCenterEnvironmentTypePatch 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.DevCenter.Models.DevCenterEnvironmentTypePatch DevCenterEnvironmentTypePatch(string displayName = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member DevCenterEnvironmentTypePatch : string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentTypePatch
Public Shared Function DevCenterEnvironmentTypePatch (Optional displayName As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As DevCenterEnvironmentTypePatch
Parameters
- displayName
- String
The display name of the environment type.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new DevCenterEnvironmentTypePatch instance for mocking.