Uses of Class
com.azure.resourcemanager.servicebus.models.SBClientAffineProperties
Packages that use SBClientAffineProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of SBClientAffineProperties in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBClientAffinePropertiesModifier and TypeMethodDescriptionSBSubscriptionInner.clientAffineProperties()Get the clientAffineProperties property: Properties specific to client affine subscriptions.SBSubscriptionProperties.clientAffineProperties()Get the clientAffineProperties property: Properties specific to client affine subscriptions.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type SBClientAffinePropertiesModifier and TypeMethodDescriptionSBSubscriptionInner.withClientAffineProperties(SBClientAffineProperties clientAffineProperties) Set the clientAffineProperties property: Properties specific to client affine subscriptions.SBSubscriptionProperties.withClientAffineProperties(SBClientAffineProperties clientAffineProperties) Set the clientAffineProperties property: Properties specific to client affine subscriptions. -
Uses of SBClientAffineProperties in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return SBClientAffinePropertiesModifier and TypeMethodDescriptionstatic SBClientAffinePropertiesSBClientAffineProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBClientAffineProperties from the JsonReader.SBClientAffineProperties.withClientId(String clientId) Set the clientId property: Indicates the Client ID of the application that created the client-affine subscription.SBClientAffineProperties.withIsDurable(Boolean isDurable) Set the isDurable property: For client-affine subscriptions, this value indicates whether the subscription is durable or not.SBClientAffineProperties.withIsShared(Boolean isShared) Set the isShared property: For client-affine subscriptions, this value indicates whether the subscription is shared or not.