VirtualHubBaseCmdlet.CreateOrUpdateVirtualHub 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 Microsoft.Azure.Commands.Network.Models.PSVirtualHub CreateOrUpdateVirtualHub (string resourceGroupName, string virtualHubName, Microsoft.Azure.Commands.Network.Models.PSVirtualHub virtualHub, System.Collections.Hashtable tags, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
member this.CreateOrUpdateVirtualHub : string * string * Microsoft.Azure.Commands.Network.Models.PSVirtualHub * System.Collections.Hashtable * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Azure.Commands.Network.Models.PSVirtualHub
Public Function CreateOrUpdateVirtualHub (resourceGroupName As String, virtualHubName As String, virtualHub As PSVirtualHub, tags As Hashtable, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As PSVirtualHub
Parameters
- resourceGroupName
- String
- virtualHubName
- String
- virtualHub
- PSVirtualHub
- tags
- Hashtable
- customHeaders
- Dictionary<String,List<String>>