ServiceFabricInner Class

public final class ServiceFabricInner
extends Resource

A Service Fabric.

Constructor Summary

Constructor Description
ServiceFabricInner()

Creates an instance of ServiceFabricInner class.

Method Summary

Modifier and Type Method and Description
ApplicableScheduleInner applicableSchedule()

Get the applicableSchedule property: The applicable schedule for the virtual machine.

String environmentId()

Get the environmentId property: The resource id of the environment under which the service fabric resource is present.

String externalServiceFabricId()

Get the externalServiceFabricId property: The backing service fabric resource's id.

String provisioningState()

Get the provisioningState property: The provisioning status of the resource.

String uniqueIdentifier()

Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).

void validate()

Validates the instance.

ServiceFabricInner withEnvironmentId(String environmentId)

Set the environmentId property: The resource id of the environment under which the service fabric resource is present.

ServiceFabricInner withExternalServiceFabricId(String externalServiceFabricId)

Set the externalServiceFabricId property: The backing service fabric resource's id.

ServiceFabricInner withLocation(String location)
ServiceFabricInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

ServiceFabricInner

public ServiceFabricInner()

Creates an instance of ServiceFabricInner class.

Method Details

applicableSchedule

public ApplicableScheduleInner applicableSchedule()

Get the applicableSchedule property: The applicable schedule for the virtual machine.

Returns:

the applicableSchedule value.

environmentId

public String environmentId()

Get the environmentId property: The resource id of the environment under which the service fabric resource is present.

Returns:

the environmentId value.

externalServiceFabricId

public String externalServiceFabricId()

Get the externalServiceFabricId property: The backing service fabric resource's id.

Returns:

the externalServiceFabricId value.

provisioningState

public String provisioningState()

Get the provisioningState property: The provisioning status of the resource.

Returns:

the provisioningState value.

uniqueIdentifier

public String uniqueIdentifier()

Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).

Returns:

the uniqueIdentifier value.

validate

public void validate()

Validates the instance.

withEnvironmentId

public ServiceFabricInner withEnvironmentId(String environmentId)

Set the environmentId property: The resource id of the environment under which the service fabric resource is present.

Parameters:

environmentId - the environmentId value to set.

Returns:

the ServiceFabricInner object itself.

withExternalServiceFabricId

public ServiceFabricInner withExternalServiceFabricId(String externalServiceFabricId)

Set the externalServiceFabricId property: The backing service fabric resource's id.

Parameters:

externalServiceFabricId - the externalServiceFabricId value to set.

Returns:

the ServiceFabricInner object itself.

withLocation

public ServiceFabricInner withLocation(String location)

Overrides:

ServiceFabricInner.withLocation(String location)

Parameters:

location

withTags

public ServiceFabricInner withTags(Map tags)

Overrides:

ServiceFabricInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to