M365Extensions Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. Channel - com.
azure. resourcemanager. botservice. models. M365Extensions
- com.
- com.
public final class M365Extensions
extends Channel
M365 Extensions definition.
Constructor Summary
| Constructor | Description |
|---|---|
| M365Extensions() |
Creates an instance of M365Extensions class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
channelName()
Get the channel |
| static M365Extensions |
fromJson(JsonReader jsonReader)
Reads an instance of M365Extensions from the Json |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| M365Extensions |
withEtag(String etag)
Set the etag property: Entity Tag of the resource. |
| M365Extensions |
withLocation(String location)
Set the location property: Specifies the location of the resource. |
Methods inherited from Channel
Methods inherited from java.lang.Object
Constructor Details
M365Extensions
public M365Extensions()
Creates an instance of M365Extensions class.
Method Details
channelName
public String channelName()
Get the channelName property: The channel name.
Overrides:
M365Extensions.channelName()Returns:
fromJson
public static M365Extensions fromJson(JsonReader jsonReader)
Reads an instance of M365Extensions from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Overrides:
M365Extensions.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
M365Extensions.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
M365Extensions.validate()withEtag
public M365Extensions withEtag(String etag)
Set the etag property: Entity Tag of the resource.
Overrides:
M365Extensions.withEtag(String etag)Parameters:
withLocation
public M365Extensions withLocation(String location)
Set the location property: Specifies the location of the resource.
Overrides:
M365Extensions.withLocation(String location)Parameters: