ArmNetworkModelFactory.AzureWebCategoryData(String, String) 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.Network.AzureWebCategoryData AzureWebCategoryData(string group = default, string name = default);
static member AzureWebCategoryData : string * string -> Azure.ResourceManager.Network.AzureWebCategoryData
Public Shared Function AzureWebCategoryData (Optional group As String = Nothing, Optional name As String = Nothing) As AzureWebCategoryData
Parameters
- group
- String
The name of the group that the category belongs to.
- name
- String
The name of the azureWebCategory.
Returns
A new AzureWebCategoryData instance for mocking.