ArmSupportModelFactory.SupportLookUpResourceIdContent Method

Definition

public static Azure.ResourceManager.Support.Models.SupportLookUpResourceIdContent SupportLookUpResourceIdContent(Azure.Core.ResourceIdentifier identifier = default, Azure.ResourceManager.Support.Models.SupportLookUpResourceIdContentType? type = default);
static member SupportLookUpResourceIdContent : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Support.Models.SupportLookUpResourceIdContentType> -> Azure.ResourceManager.Support.Models.SupportLookUpResourceIdContent
Public Shared Function SupportLookUpResourceIdContent (Optional identifier As ResourceIdentifier = Nothing, Optional type As Nullable(Of SupportLookUpResourceIdContentType) = Nothing) As SupportLookUpResourceIdContent

Parameters

identifier
ResourceIdentifier

The System generated Id that is unique. Use supportTicketId property for Microsoft.Support/supportTickets resource type.

type
Nullable<SupportLookUpResourceIdContentType>

The type of resource.

Returns

A new SupportLookUpResourceIdContent instance for mocking.

Applies to