UserInitiatedRedeploy Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. UserInitiatedRedeploy
- com.
Implements
public final class UserInitiatedRedeploy
implements JsonSerializable<UserInitiatedRedeploy>
Specifies Redeploy related Scheduled Event related configurations.
Constructor Summary
Constructor | Description |
---|---|
UserInitiatedRedeploy() |
Creates an instance of User |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
automaticallyApprove()
Get the automatically |
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
User |
withAutomaticallyApprove(Boolean automaticallyApprove)
Set the automatically |
Methods inherited from java.lang.Object
Constructor Details
UserInitiatedRedeploy
public UserInitiatedRedeploy()
Creates an instance of UserInitiatedRedeploy class.
Method Details
automaticallyApprove
public Boolean automaticallyApprove()
Get the automaticallyApprove property: Specifies Redeploy Scheduled Event related configurations.
Returns:
fromJson
public static UserInitiatedRedeploy fromJson(JsonReader jsonReader)
Reads an instance of UserInitiatedRedeploy from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAutomaticallyApprove
public UserInitiatedRedeploy withAutomaticallyApprove(Boolean automaticallyApprove)
Set the automaticallyApprove property: Specifies Redeploy Scheduled Event related configurations.
Parameters:
Returns: