ArmNetworkModelFactory.BastionHostPatch 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.
Parameters supplied to update the Bastion Host identity or tags.
public static Azure.ResourceManager.Network.Models.BastionHostPatch BastionHostPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member BastionHostPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Network.Models.BastionHostPatch
Public Shared Function BastionHostPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As BastionHostPatch
Parameters
- identity
- ManagedServiceIdentity
The identity of the BastionHost, if configured.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new BastionHostPatch instance for mocking.