Uses of Class
com.azure.resourcemanager.apimanagement.models.ConnectivityStatusContract
Packages that use ConnectivityStatusContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ConnectivityStatusContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type ConnectivityStatusContractModifier and TypeMethodDescriptionNetworkStatusContractInner.connectivityStatus()Get the connectivityStatus property: Gets the list of Connectivity Status to the Resources on which the service depends upon.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type ConnectivityStatusContractModifier and TypeMethodDescriptionNetworkStatusContractInner.withConnectivityStatus(List<ConnectivityStatusContract> connectivityStatus) Set the connectivityStatus property: Gets the list of Connectivity Status to the Resources on which the service depends upon. -
Uses of ConnectivityStatusContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ConnectivityStatusContractModifier and TypeMethodDescriptionstatic ConnectivityStatusContractConnectivityStatusContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityStatusContract from the JsonReader.Set the error property: Error details of the connectivity to the resource.ConnectivityStatusContract.withIsOptional(boolean isOptional) Set the isOptional property: Whether this is optional.ConnectivityStatusContract.withLastStatusChange(OffsetDateTime lastStatusChange) Set the lastStatusChange property: The date when the resource connectivity status last Changed from success to failure or vice-versa.ConnectivityStatusContract.withLastUpdated(OffsetDateTime lastUpdated) Set the lastUpdated property: The date when the resource connectivity status was last updated.Set the name property: The hostname of the resource which the service depends on.ConnectivityStatusContract.withResourceType(String resourceType) Set the resourceType property: Resource Type.ConnectivityStatusContract.withStatus(ConnectivityStatusType status) Set the status property: Resource Connectivity Status Type identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ConnectivityStatusContractModifier and TypeMethodDescriptionNetworkStatusContract.connectivityStatus()Gets the connectivityStatus property: Gets the list of Connectivity Status to the Resources on which the service depends upon.