azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.w...

69 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.workloads.models.StopRequest"
fullName: "com.azure.resourcemanager.workloads.models.StopRequest"
name: "StopRequest"
nameWithType: "StopRequest"
summary: "Stop SAP instance(s) request body."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **StopRequest**"
constructors:
- uid: "com.azure.resourcemanager.workloads.models.StopRequest.StopRequest()"
fullName: "com.azure.resourcemanager.workloads.models.StopRequest.StopRequest()"
name: "StopRequest()"
nameWithType: "StopRequest.StopRequest()"
summary: "Creates an instance of Stop<wbr>Request class."
syntax: "public StopRequest()"
desc: "Creates an instance of StopRequest class."
methods:
- uid: "com.azure.resourcemanager.workloads.models.StopRequest.softStopTimeoutSeconds()"
fullName: "com.azure.resourcemanager.workloads.models.StopRequest.softStopTimeoutSeconds()"
name: "softStopTimeoutSeconds()"
nameWithType: "StopRequest.softStopTimeoutSeconds()"
summary: "Get the soft<wbr>Stop<wbr>Timeout<wbr>Seconds property: This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing."
syntax: "public Long softStopTimeoutSeconds()"
desc: "Get the softStopTimeoutSeconds property: This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop."
returns:
description: "the softStopTimeoutSeconds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.workloads.models.StopRequest.validate()"
fullName: "com.azure.resourcemanager.workloads.models.StopRequest.validate()"
name: "validate()"
nameWithType: "StopRequest.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.workloads.models.StopRequest.withSoftStopTimeoutSeconds(java.lang.Long)"
fullName: "com.azure.resourcemanager.workloads.models.StopRequest.withSoftStopTimeoutSeconds(Long softStopTimeoutSeconds)"
name: "withSoftStopTimeoutSeconds(Long softStopTimeoutSeconds)"
nameWithType: "StopRequest.withSoftStopTimeoutSeconds(Long softStopTimeoutSeconds)"
summary: "Set the soft<wbr>Stop<wbr>Timeout<wbr>Seconds property: This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing."
parameters:
- description: "the softStopTimeoutSeconds value to set."
name: "softStopTimeoutSeconds"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public StopRequest withSoftStopTimeoutSeconds(Long softStopTimeoutSeconds)"
desc: "Set the softStopTimeoutSeconds property: This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop."
returns:
description: "the StopRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.StopRequest?alt=com.azure.resourcemanager.workloads.models.StopRequest&text=StopRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Stop SAP instance(s) request body."
metadata: {}
package: "com.azure.resourcemanager.workloads.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0