ArmHciModelFactory.ArcSettingPatch 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.Hci.Models.ArcSettingPatch ArcSettingPatch(System.Collections.Generic.IDictionary<string,string> tags = default, BinaryData connectivityProperties = default);
static member ArcSettingPatch : System.Collections.Generic.IDictionary<string, string> * BinaryData -> Azure.ResourceManager.Hci.Models.ArcSettingPatch
Public Shared Function ArcSettingPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional connectivityProperties As BinaryData = Nothing) As ArcSettingPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- connectivityProperties
- BinaryData
contains connectivity related configuration for ARC resources.
Returns
A new ArcSettingPatch instance for mocking.