ServiceRegistryResourceInner Class

public final class ServiceRegistryResourceInner
extends ProxyResource

Service Registry resource.

Constructor Summary

Constructor Description
ServiceRegistryResourceInner()

Creates an instance of ServiceRegistryResourceInner class.

Method Summary

Modifier and Type Method and Description
ServiceRegistryProperties properties()

Get the properties property: Service Registry properties payload.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

ServiceRegistryResourceInner withProperties(ServiceRegistryProperties properties)

Set the properties property: Service Registry properties payload.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ServiceRegistryResourceInner

public ServiceRegistryResourceInner()

Creates an instance of ServiceRegistryResourceInner class.

Method Details

properties

public ServiceRegistryProperties properties()

Get the properties property: Service Registry properties payload.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public ServiceRegistryResourceInner withProperties(ServiceRegistryProperties properties)

Set the properties property: Service Registry properties payload.

Parameters:

properties - the properties value to set.

Returns:

the ServiceRegistryResourceInner object itself.

Applies to