Uses of Class
com.azure.resourcemanager.appservice.models.ResourceReference
Packages that use ResourceReference
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ResourceReference in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ResourceReferenceModifier and TypeMethodDescriptionWorkflowProperties.integrationAccount()Get the integrationAccount property: The integration account.WorkflowVersionInner.integrationAccount()Get the integrationAccount property: The integration account.WorkflowVersionProperties.integrationAccount()Get the integrationAccount property: The integration account.WorkflowProperties.integrationServiceEnvironment()Get the integrationServiceEnvironment property: The integration service environment.WorkflowTriggerHistoryInner.run()Get the run property: Gets the reference to workflow run.WorkflowTriggerHistoryProperties.run()Get the run property: Gets the reference to workflow run.WorkflowRunInner.workflow()Get the workflow property: Gets the reference to workflow version.WorkflowRunProperties.workflow()Get the workflow property: Gets the reference to workflow version.WorkflowTriggerInner.workflow()Get the workflow property: Gets the reference to workflow.WorkflowTriggerProperties.workflow()Get the workflow property: Gets the reference to workflow.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ResourceReferenceModifier and TypeMethodDescriptionWorkflowProperties.withIntegrationAccount(ResourceReference integrationAccount) Set the integrationAccount property: The integration account.WorkflowVersionInner.withIntegrationAccount(ResourceReference integrationAccount) Set the integrationAccount property: The integration account.WorkflowVersionProperties.withIntegrationAccount(ResourceReference integrationAccount) Set the integrationAccount property: The integration account.WorkflowProperties.withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment) Set the integrationServiceEnvironment property: The integration service environment. -
Uses of ResourceReference in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ResourceReferenceModifier and TypeMethodDescriptionstatic ResourceReferenceResourceReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceReference from the JsonReader.Workflow.integrationAccount()Get the integrationAccount property: The integration account.Workflow.integrationServiceEnvironment()Get the integrationServiceEnvironment property: The integration service environment.WorkflowSku.plan()Get the plan property: The reference to plan.Set the id property: The resource id.Methods in com.azure.resourcemanager.appservice.models with parameters of type ResourceReferenceModifier and TypeMethodDescriptionWorkflow.withIntegrationAccount(ResourceReference integrationAccount) Set the integrationAccount property: The integration account.Workflow.withIntegrationServiceEnvironment(ResourceReference integrationServiceEnvironment) Set the integrationServiceEnvironment property: The integration service environment.WorkflowSku.withPlan(ResourceReference plan) Set the plan property: The reference to plan.