withOutput public FunctionProperties withOutput(FunctionOutput output) Set the output property: Describes the output of a function. Parameters: output - the output value to set. Returns: the FunctionProperties object itself.Applies to Azure SDK for Java Preview...
public String configHref() Get the configHref property: Config URI. Returns: the configHref value.files public Map files() Get the files property: File list. Returns: the files value.fromJson public static FunctionEnvelopeProperties fromJson(JsonReader jsonReader) Reads an instance of FunctionEnve...
Inside my function, I've retrieved the Win32_OperatingSystem information and stored it in the variable $wmi. Using that information is as simple as referring to properties of $wmi. For example, to get the BuildNumber property, I would use this:...
The IoGetDeviceProperty routine retrieves information about a device such as configuration information and the name of its PDO.SyntaxC++ Copy NTSTATUS IoGetDeviceProperty( [in] PDEVICE_OBJECT DeviceObject, [in] DEVICE_REGISTRY_PROPERTY DeviceProperty, [in] ULONG BufferLength, [out, optional] PV...
The IoGetDeviceProperty routine retrieves information about a device such as configuration information and the name of its PDO.SyntaxC++ Copy NTSTATUS IoGetDeviceProperty( [in] PDEVICE_OBJECT DeviceObject, [in] DEVICE_REGISTRY_PROPERTY DeviceProperty, [in] ULONG BufferLength, [out, optional] P...
The problem now is that my output is a list of numbers, with no indication of which number goes with which computer. Fortunately, the Win32_OperatingSystem class happens to have another property, CSName, that includes the computer name. So I can add that property to my output and I get...
.property(T.id, id)) .id().next(); Status<Object> status = executor.execute(query); return status.getResult().toString(); } private Cluster createCluster() { Cluster.Builder builder = Cluster.build() .addContactPoint(System.getenv("NEPTUNE_ENDPOINT")) .port(Integer.parseInt(System.getenv...
Identifies the entry point name of the function to be invoked. The ! serves as a delimiter between the library ID and the function ID. On a UNIX system, for example, 'mymod!func8' would direct the database manager to look for the library $inst_home_dir/sqllib/function/mymod and to ...
Get the functionAppResourceId property: The azure resource id of the function app. Returns: the functionAppResourceId value.functionName public String functionName() Get the functionName property: The function name in the function app. Returns: the functionName value.http...
Get the functionAppResourceId property: The azure resource id of the function app. Returns: the functionAppResourceId value.functionName public String functionName() Get the functionName property: The function name in the function app. Returns: the functionName value.http...