Class MicrosoftGraphOpenShift
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChangeTrackedEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOpenShift
openShift.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOpenShift class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: openShift.Get the draftOpenShift property: openShiftItem.Get the schedulingGroupId property: ID for the scheduling group that the open shift belongs to.Get the sharedOpenShift property: openShiftItem.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: openShift.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.withDraftOpenShift(MicrosoftGraphOpenShiftItem draftOpenShift) Set the draftOpenShift property: openShiftItem.Set the id property: Read-only.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.withSchedulingGroupId(String schedulingGroupId) Set the schedulingGroupId property: ID for the scheduling group that the open shift belongs to.withSharedOpenShift(MicrosoftGraphOpenShiftItem sharedOpenShift) Set the sharedOpenShift property: openShiftItem.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChangeTrackedEntity
createdDateTime, lastModifiedBy, lastModifiedDateTimeMethods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphOpenShift
public MicrosoftGraphOpenShift()Creates an instance of MicrosoftGraphOpenShift class.
-
-
Method Details
-
draftOpenShift
Get the draftOpenShift property: openShiftItem.- Returns:
- the draftOpenShift value.
-
withDraftOpenShift
Set the draftOpenShift property: openShiftItem.- Parameters:
draftOpenShift- the draftOpenShift value to set.- Returns:
- the MicrosoftGraphOpenShift object itself.
-
schedulingGroupId
Get the schedulingGroupId property: ID for the scheduling group that the open shift belongs to.- Returns:
- the schedulingGroupId value.
-
withSchedulingGroupId
Set the schedulingGroupId property: ID for the scheduling group that the open shift belongs to.- Parameters:
schedulingGroupId- the schedulingGroupId value to set.- Returns:
- the MicrosoftGraphOpenShift object itself.
-
additionalProperties
Get the additionalProperties property: openShift.- Overrides:
additionalPropertiesin classMicrosoftGraphChangeTrackedEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: openShift.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphChangeTrackedEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOpenShift object itself.
-
withCreatedDateTime
Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Overrides:
withCreatedDateTimein classMicrosoftGraphChangeTrackedEntity- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedBy
Set the lastModifiedBy property: identitySet.- Overrides:
withLastModifiedByin classMicrosoftGraphChangeTrackedEntity- Parameters:
lastModifiedBy- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedDateTime
Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Overrides:
withLastModifiedDateTimein classMicrosoftGraphChangeTrackedEntity- Parameters:
lastModifiedDateTime- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphChangeTrackedEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphChangeTrackedEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-