Class AzureSDK
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.AzureSDK
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AzureSDKBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AzureSDK extends Object implements io.fabric8.kubernetes.api.builder.Editable<AzureSDKBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AzureSDK is used to store azure SDK config values.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureSDKBuilderedit()Map<String,Object>getAdditionalProperties()StringgetTenantId()`tenantId` is the tenant ID of the azure active directory application that is being used to authenticate.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetTenantId(String tenantId)`tenantId` is the tenant ID of the azure active directory application that is being used to authenticate.AzureSDKBuildertoBuilder()
-
-
-
Constructor Detail
-
AzureSDK
public AzureSDK()
No args constructor for use in serialization
-
AzureSDK
public AzureSDK(String tenantId)
-
-
Method Detail
-
getTenantId
public String getTenantId()
`tenantId` is the tenant ID of the azure active directory application that is being used to authenticate.
-
setTenantId
public void setTenantId(String tenantId)
`tenantId` is the tenant ID of the azure active directory application that is being used to authenticate.
-
edit
public AzureSDKBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AzureSDKBuilder>
-
toBuilder
public AzureSDKBuilder toBuilder()
-
-