ArmSupportModelFactory.SupportServiceClassificationAnswer 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.
Service Classification result object.
public static Azure.ResourceManager.Support.Models.SupportServiceClassificationAnswer SupportServiceClassificationAnswer(Azure.Core.ResourceIdentifier serviceId = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceType> resourceTypes = default, Azure.ResourceManager.Support.Models.SupportClassificationService childService = default);
static member SupportServiceClassificationAnswer : Azure.Core.ResourceIdentifier * string * seq<Azure.Core.ResourceType> * Azure.ResourceManager.Support.Models.SupportClassificationService -> Azure.ResourceManager.Support.Models.SupportServiceClassificationAnswer
Public Shared Function SupportServiceClassificationAnswer (Optional serviceId As ResourceIdentifier = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IEnumerable(Of ResourceType) = Nothing, Optional childService As SupportClassificationService = Nothing) As SupportServiceClassificationAnswer
Parameters
- serviceId
- ResourceIdentifier
Azure resource Id of the service.
- displayName
- String
Localized name of the azure service.
- resourceTypes
- IEnumerable<ResourceType>
List of applicable ARM resource types for this service.
- childService
- SupportClassificationService
Child service.
Returns
A new SupportServiceClassificationAnswer instance for mocking.