Język

ArmNetworkModelFactory.AzureWebCategoryData Method

Definition

public static Azure.ResourceManager.Network.AzureWebCategoryData AzureWebCategoryData(Azure.Core.ResourceIdentifier id, string name, Azure.Core.ResourceType resourceType, Azure.ResourceManager.Models.SystemData systemData, string group, Azure.ETag? eTag);
static member AzureWebCategoryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.AzureWebCategoryData
Public Shared Function AzureWebCategoryData (id As ResourceIdentifier, name As String, resourceType As ResourceType, systemData As SystemData, group As String, eTag As Nullable(Of ETag)) As AzureWebCategoryData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

group
String

The name of the group that the category belongs to.

eTag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

Returns

A new AzureWebCategoryData instance for mocking.

Applies to