OrganizationResource Interface
public interface OrganizationResource
An immutable client-side representation of OrganizationResource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
createdTime()
Gets the created |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Organization |
innerModel()
Gets the inner com. |
|
abstract
Link |
linkOrganization()
Gets the link |
|
abstract
List |
listRegions(ListAccessRequestModel body)
cloud provider regions available for creating Schema Registry clusters. |
|
abstract
Response<List |
listRegionsWithResponse(ListAccessRequestModel body, Context context)
cloud provider regions available for creating Schema Registry clusters. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Offer |
offerDetail()
Gets the offer |
| abstract String |
organizationId()
Gets the organization |
|
abstract
Provision |
provisioningState()
Gets the provisioning |
|
abstract
Organization |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Organization |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
ssoUrl()
Gets the sso |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Organization |
|
abstract
User |
userDetail()
Gets the user |
Method Details
createdTime
public abstract OffsetDateTime createdTime()
Gets the createdTime property: The creation time of the resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract OrganizationResourceInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.OrganizationResourceInner object.
Returns:
linkOrganization
public abstract LinkOrganization linkOrganization()
Gets the linkOrganization property: Link an existing Confluent organization.
Returns:
listRegions
public abstract ListRegionsSuccessResponse listRegions(ListAccessRequestModel body)
cloud provider regions available for creating Schema Registry clusters.
Parameters:
Returns:
listRegionsWithResponse
public abstract Response<ListRegionsSuccessResponse> listRegionsWithResponse(ListAccessRequestModel body, Context context)
cloud provider regions available for creating Schema Registry clusters.
Parameters:
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
offerDetail
public abstract OfferDetail offerDetail()
Gets the offerDetail property: Confluent offer detail.
Returns:
organizationId
public abstract String organizationId()
Gets the organizationId property: Id of the Confluent organization.
Returns:
provisioningState
public abstract ProvisionState provisioningState()
Gets the provisioningState property: Provision states for confluent RP.
Returns:
refresh
public abstract OrganizationResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract OrganizationResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
ssoUrl
public abstract String ssoUrl()
Gets the ssoUrl property: SSO url for the Confluent organization.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract OrganizationResource.Update update()
Begins update for the OrganizationResource resource.
Returns:
userDetail
public abstract UserDetail userDetail()
Gets the userDetail property: Subscriber detail.
Returns: