Class StaticSiteUserInvitationResponseResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.StaticSiteUserInvitationResponseResourceInner
Static sites user roles invitation link resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StaticSiteUserInvitationResponseResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the expiresOn property: The expiration time of the invitation.Get the invitationUrl property: The url for the invitation link.voidvalidate()Validates the instance.Set the kind property: Kind of resource.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
StaticSiteUserInvitationResponseResourceInner
public StaticSiteUserInvitationResponseResourceInner()Creates an instance of StaticSiteUserInvitationResponseResourceInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
expiresOn
Get the expiresOn property: The expiration time of the invitation.- Returns:
- the expiresOn value.
-
invitationUrl
Get the invitationUrl property: The url for the invitation link.- Returns:
- the invitationUrl value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-