azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver"
name: "AzureFunctionReceiver"
nameWithType: "AzureFunctionReceiver"
summary: "An azure function receiver."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AzureFunctionReceiver**"
constructors:
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.AzureFunctionReceiver()"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.AzureFunctionReceiver()"
name: "AzureFunctionReceiver()"
nameWithType: "AzureFunctionReceiver.AzureFunctionReceiver()"
syntax: "public AzureFunctionReceiver()"
methods:
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.functionAppResourceId()"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.functionAppResourceId()"
name: "functionAppResourceId()"
nameWithType: "AzureFunctionReceiver.functionAppResourceId()"
summary: "Get the azure resource id of the function app."
syntax: "public String functionAppResourceId()"
desc: "Get the azure resource id of the function app."
returns:
description: "the functionAppResourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.functionName()"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.functionName()"
name: "functionName()"
nameWithType: "AzureFunctionReceiver.functionName()"
summary: "Get the function name in the function app."
syntax: "public String functionName()"
desc: "Get the function name in the function app."
returns:
description: "the functionName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.httpTriggerUrl()"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.httpTriggerUrl()"
name: "httpTriggerUrl()"
nameWithType: "AzureFunctionReceiver.httpTriggerUrl()"
summary: "Get the http trigger url where http request sent to."
syntax: "public String httpTriggerUrl()"
desc: "Get the http trigger url where http request sent to."
returns:
description: "the httpTriggerUrl value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.name()"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.name()"
name: "name()"
nameWithType: "AzureFunctionReceiver.name()"
summary: "Get the name of the azure function receiver."
syntax: "public String name()"
desc: "Get the name of the azure function receiver. Names must be unique across all receivers within an action group."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.useCommonAlertSchema()"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.useCommonAlertSchema()"
name: "useCommonAlertSchema()"
nameWithType: "AzureFunctionReceiver.useCommonAlertSchema()"
summary: "Get indicates whether to use common alert schema."
syntax: "public boolean useCommonAlertSchema()"
desc: "Get indicates whether to use common alert schema."
returns:
description: "the useCommonAlertSchema value"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withFunctionAppResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withFunctionAppResourceId(String functionAppResourceId)"
name: "withFunctionAppResourceId(String functionAppResourceId)"
nameWithType: "AzureFunctionReceiver.withFunctionAppResourceId(String functionAppResourceId)"
summary: "Set the azure resource id of the function app."
parameters:
- description: "the functionAppResourceId value to set"
name: "functionAppResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFunctionReceiver withFunctionAppResourceId(String functionAppResourceId)"
desc: "Set the azure resource id of the function app."
returns:
description: "the AzureFunctionReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AzureFunctionReceiver?alt=com.microsoft.azure.management.monitor.AzureFunctionReceiver&text=AzureFunctionReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withFunctionName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withFunctionName(String functionName)"
name: "withFunctionName(String functionName)"
nameWithType: "AzureFunctionReceiver.withFunctionName(String functionName)"
summary: "Set the function name in the function app."
parameters:
- description: "the functionName value to set"
name: "functionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFunctionReceiver withFunctionName(String functionName)"
desc: "Set the function name in the function app."
returns:
description: "the AzureFunctionReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AzureFunctionReceiver?alt=com.microsoft.azure.management.monitor.AzureFunctionReceiver&text=AzureFunctionReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withHttpTriggerUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withHttpTriggerUrl(String httpTriggerUrl)"
name: "withHttpTriggerUrl(String httpTriggerUrl)"
nameWithType: "AzureFunctionReceiver.withHttpTriggerUrl(String httpTriggerUrl)"
summary: "Set the http trigger url where http request sent to."
parameters:
- description: "the httpTriggerUrl value to set"
name: "httpTriggerUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFunctionReceiver withHttpTriggerUrl(String httpTriggerUrl)"
desc: "Set the http trigger url where http request sent to."
returns:
description: "the AzureFunctionReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AzureFunctionReceiver?alt=com.microsoft.azure.management.monitor.AzureFunctionReceiver&text=AzureFunctionReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withName(String name)"
name: "withName(String name)"
nameWithType: "AzureFunctionReceiver.withName(String name)"
summary: "Set the name of the azure function receiver."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFunctionReceiver withName(String name)"
desc: "Set the name of the azure function receiver. Names must be unique across all receivers within an action group."
returns:
description: "the AzureFunctionReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AzureFunctionReceiver?alt=com.microsoft.azure.management.monitor.AzureFunctionReceiver&text=AzureFunctionReceiver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withUseCommonAlertSchema(boolean)"
fullName: "com.microsoft.azure.management.monitor.AzureFunctionReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)"
name: "withUseCommonAlertSchema(boolean useCommonAlertSchema)"
nameWithType: "AzureFunctionReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)"
summary: "Set indicates whether to use common alert schema."
parameters:
- description: "the useCommonAlertSchema value to set"
name: "useCommonAlertSchema"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFunctionReceiver withUseCommonAlertSchema(boolean useCommonAlertSchema)"
desc: "Set indicates whether to use common alert schema."
returns:
description: "the AzureFunctionReceiver object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.AzureFunctionReceiver?alt=com.microsoft.azure.management.monitor.AzureFunctionReceiver&text=AzureFunctionReceiver\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An azure function receiver."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4