CopyAuthorization Class
- java.
lang. Object - com.
azure. ai. contentunderstanding. models. CopyAuthorization
- com.
Implements
public final class CopyAuthorization
implements JsonSerializable<CopyAuthorization>
Copy authorization details for cross-resource copy.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Copy |
fromJson(JsonReader jsonReader)
Reads an instance of Copy |
|
Offset |
getExpiresAt()
Get the expires |
| String |
getSource()
Get the source property: Full path of the source analyzer. |
| String |
getTargetAzureResourceId()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CopyAuthorization fromJson(JsonReader jsonReader)
Reads an instance of CopyAuthorization from the JsonReader.
Parameters:
Returns:
Throws:
getExpiresAt
public OffsetDateTime getExpiresAt()
Get the expiresAt property: Date/time when the copy authorization expires.
Returns:
getSource
public String getSource()
Get the source property: Full path of the source analyzer.
Returns:
getTargetAzureResourceId
public String getTargetAzureResourceId()
Get the targetAzureResourceId property: Azure resource ID of the target location to copy to.
Returns: