AzureWebCategory Constructors
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.
Overloads
AzureWebCategory() |
Initializes a new instance of the AzureWebCategory class. |
AzureWebCategory(String, String, String, String, String) |
Initializes a new instance of the AzureWebCategory class. |
AzureWebCategory()
Initializes a new instance of the AzureWebCategory class.
public AzureWebCategory ();
Public Sub New ()
Applies to
AzureWebCategory(String, String, String, String, String)
Initializes a new instance of the AzureWebCategory class.
public AzureWebCategory (string group = default, string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.AzureWebCategory : string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.AzureWebCategory
Public Sub New (Optional group As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Parameters
- group
- String
The name of the group that the category belongs to.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET