ArmSupportModelFactory.SupportLookUpResourceIdContent 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.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.
The type of resource.
Returns
A new SupportLookUpResourceIdContent instance for mocking.