ManagedOpsProperties Class
- java.
lang. Object - com.
azure. resourcemanager. managedops. models. ManagedOpsProperties
- com.
Implements
public final class ManagedOpsProperties
implements JsonSerializable<ManagedOpsProperties>
Properties of the ManagedOps resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedOpsProperties() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Desired |
desiredConfiguration()
Get the desired |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Policy |
policyAssignmentProperties()
Get the policy |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Service |
services()
Get the services property: Services provisioned by this resource. |
| Sku |
sku()
Get the sku property: Product plan details of this resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Managed |
withDesiredConfiguration(DesiredConfiguration desiredConfiguration)
Set the desired |
Methods inherited from java.lang.Object
Constructor Details
ManagedOpsProperties
public ManagedOpsProperties()
Creates an instance of ManagedOpsProperties class.
Method Details
desiredConfiguration
public DesiredConfiguration desiredConfiguration()
Get the desiredConfiguration property: Desired configuration input by the user.
Returns:
fromJson
public static ManagedOpsProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagedOpsProperties from the JsonReader.
Parameters:
Returns:
Throws:
policyAssignmentProperties
public PolicyAssignmentProperties policyAssignmentProperties()
Get the policyAssignmentProperties property: Policy assignments created for managing services.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
services
public ServiceInformation services()
Get the services property: Services provisioned by this resource.
Returns:
sku
public Sku sku()
Get the sku property: Product plan details of this resource.
Returns:
toJson
withDesiredConfiguration
public ManagedOpsProperties withDesiredConfiguration(DesiredConfiguration desiredConfiguration)
Set the desiredConfiguration property: Desired configuration input by the user.
Parameters:
Returns: