CI Update
This commit is contained in:
Родитель
fc99ebada6
Коммит
60a34283e8
|
@ -21,15 +21,10 @@ items:
|
|||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
syntax:
|
||||
content: public class IncUpdateOperation extends UpdateOperation<Double>
|
||||
content: public class IncUpdateOperation
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<Double>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._inc_update_operation.IncUpdateOperation(String,Double)
|
||||
id: IncUpdateOperation(String,Double)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._inc_update_operation
|
||||
|
@ -67,53 +62,3 @@ references:
|
|||
nameWithType: IncUpdateOperation.IncUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.IncUpdateOperation.IncUpdateOperation
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: type
|
||||
nameWithType: UpdateOperationBase.type
|
||||
fullName: UpdateOperationType com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.type
|
||||
type: Field
|
||||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase(UpdateOperationType type)
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
|
|
|
@ -21,19 +21,10 @@ items:
|
|||
startLine: 30
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
syntax:
|
||||
content: public class PushUpdateOperation extends UpdateOperationWithModifier<Object[]>
|
||||
content: public class PushUpdateOperation
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.position
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.slice
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.UpdateOperationWithModifier(UpdateOperationType,String,TValue,List<UpdateModifier>)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<Object[]>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._push_update_operation.PushUpdateOperation(String,Object [])
|
||||
id: PushUpdateOperation(String,Object [])
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._push_update_operation
|
||||
|
@ -71,102 +62,3 @@ references:
|
|||
nameWithType: PushUpdateOperation.PushUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.PushUpdateOperation.PushUpdateOperation
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.position
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
name: position
|
||||
nameWithType: UpdateOperationWithModifier<TValue>.position
|
||||
fullName: Integer com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>.position
|
||||
type: Field
|
||||
syntax:
|
||||
content: public Integer position
|
||||
return:
|
||||
type: 08effaa0
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.slice
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
name: slice
|
||||
nameWithType: UpdateOperationWithModifier<TValue>.slice
|
||||
fullName: Integer com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>.slice
|
||||
type: Field
|
||||
syntax:
|
||||
content: public Integer slice
|
||||
return:
|
||||
type: 08effaa0
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: type
|
||||
nameWithType: UpdateOperationBase.type
|
||||
fullName: UpdateOperationType com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.type
|
||||
type: Field
|
||||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase(UpdateOperationType type)
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.UpdateOperationWithModifier(UpdateOperationType,String,TValue,List<UpdateModifier>)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
name: UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
nameWithType: UpdateOperationWithModifier<TValue>.UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>.UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- id: modifiers
|
||||
type: 5618da2dcom.microsoft.azure.documentdb.bulkexecutor.internal._update_modifiera08ddfce
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
name: UpdateOperationWithModifier<TValue>
|
||||
nameWithType: UpdateOperationWithModifier<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperationWithModifier<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.yml
|
||||
name: UpdateModifier
|
||||
nameWithType: UpdateModifier
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateModifier
|
||||
|
|
|
@ -21,17 +21,12 @@ items:
|
|||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
syntax:
|
||||
content: public class RemoveUpdateOperation<TValue> extends UpdateOperation<TValue>
|
||||
content: public class RemoveUpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._remove_update_operation.RemoveUpdateOperation(String,TValue)
|
||||
id: RemoveUpdateOperation(String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._remove_update_operation
|
||||
|
@ -69,53 +64,3 @@ references:
|
|||
nameWithType: RemoveUpdateOperation<TValue>.RemoveUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.RemoveUpdateOperation<TValue>.RemoveUpdateOperation
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: type
|
||||
nameWithType: UpdateOperationBase.type
|
||||
fullName: UpdateOperationType com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.type
|
||||
type: Field
|
||||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase(UpdateOperationType type)
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
|
|
|
@ -21,17 +21,12 @@ items:
|
|||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
syntax:
|
||||
content: public class SetUpdateOperation<TValue> extends UpdateOperation<TValue>
|
||||
content: public class SetUpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._set_update_operation.SetUpdateOperation(String,TValue)
|
||||
id: SetUpdateOperation(String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._set_update_operation
|
||||
|
@ -69,53 +64,3 @@ references:
|
|||
nameWithType: SetUpdateOperation<TValue>.SetUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.SetUpdateOperation<TValue>.SetUpdateOperation
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: type
|
||||
nameWithType: UpdateOperationBase.type
|
||||
fullName: UpdateOperationType com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.type
|
||||
type: Field
|
||||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase(UpdateOperationType type)
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
|
|
|
@ -21,15 +21,10 @@ items:
|
|||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
syntax:
|
||||
content: public class UnsetUpdateOperation extends UpdateOperation<String>
|
||||
content: public class UnsetUpdateOperation
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<String>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._unset_update_operation.UnsetUpdateOperation(String)
|
||||
id: UnsetUpdateOperation(String)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._unset_update_operation
|
||||
|
@ -61,53 +56,3 @@ references:
|
|||
nameWithType: UnsetUpdateOperation.UnsetUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UnsetUpdateOperation.UnsetUpdateOperation
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: type
|
||||
nameWithType: UpdateOperationBase.type
|
||||
fullName: UpdateOperationType com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.type
|
||||
type: Field
|
||||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase(UpdateOperationType type)
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
|
|
|
@ -43,7 +43,7 @@ items:
|
|||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
type: 0ca20c2d
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
id: UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
|
@ -64,30 +64,14 @@ items:
|
|||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
type: 0ca20c2d
|
||||
references:
|
||||
- uid: 0ca20c2d
|
||||
spec.java:
|
||||
- name: UpdateOperationType
|
||||
fullName: UpdateOperationType
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase*
|
||||
name: UpdateOperationBase
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue> extends UpdateOperationBase
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
name: UpdateOperationType
|
||||
nameWithType: UpdateOperationType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType
|
||||
type: Enum
|
||||
syntax:
|
||||
content: public enum UpdateOperationType
|
||||
|
|
|
@ -1,304 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
id: _batch_inserter
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.badInputDocuments
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.BatchInserter(String,List<List<String>>,DocumentClient,String,BulkImportStoredProcedureOptions)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getBadInputDocuments()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getNumberOfDocumentsImported()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getTotalRequestUnitsConsumed()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.miniBatchExecutionCallableIterator()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.numberOfDocumentsImported
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.totalRequestUnitsConsumed
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: BatchInserter
|
||||
nameWithType: BatchInserter
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 53
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class BatchInserter
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal.BatchOperator
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.cancel
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.client
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.objectMapper
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.partitionKeyRangeId
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.requestOptions
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.badInputDocuments
|
||||
id: badInputDocuments
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: badInputDocuments
|
||||
nameWithType: BatchInserter.badInputDocuments
|
||||
fullName: List<Object> com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.badInputDocuments
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 68
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
summary: <p>The list of documents which were bad input format and caused failure. </p>
|
||||
syntax:
|
||||
content: public List<Object> badInputDocuments
|
||||
return:
|
||||
type: df85f1b7
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.BatchInserter(String,List<List<String>>,DocumentClient,String,BulkImportStoredProcedureOptions)
|
||||
id: BatchInserter(String,List<List<String>>,DocumentClient,String,BulkImportStoredProcedureOptions)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: BatchInserter(String partitionKeyRangeId, List<List<String>> batchesToInsert, DocumentClient client, String bulkImportSprocLink, BulkImportStoredProcedureOptions options)
|
||||
nameWithType: BatchInserter.BatchInserter(String partitionKeyRangeId, List<List<String>> batchesToInsert, DocumentClient client, String bulkImportSprocLink, BulkImportStoredProcedureOptions options)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.BatchInserter(String partitionKeyRangeId, List<List<String>> batchesToInsert, DocumentClient client, String bulkImportSprocLink, BulkImportStoredProcedureOptions options)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.BatchInserter*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 90
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public BatchInserter(String partitionKeyRangeId, List<List<String>> batchesToInsert, DocumentClient client, String bulkImportSprocLink, BulkImportStoredProcedureOptions options)
|
||||
parameters:
|
||||
- id: partitionKeyRangeId
|
||||
type: "26831127"
|
||||
- id: batchesToInsert
|
||||
type: 30fc0c81
|
||||
- id: client
|
||||
type: com.microsoft.azure.documentdb._document_client
|
||||
- id: bulkImportSprocLink
|
||||
type: "26831127"
|
||||
- id: options
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getBadInputDocuments()
|
||||
id: getBadInputDocuments()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: getBadInputDocuments()
|
||||
nameWithType: BatchInserter.getBadInputDocuments()
|
||||
fullName: List<Object> com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.getBadInputDocuments()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getBadInputDocuments*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 122
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public List<Object> getBadInputDocuments()
|
||||
return:
|
||||
type: df85f1b7
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getNumberOfDocumentsImported()
|
||||
id: getNumberOfDocumentsImported()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: getNumberOfDocumentsImported()
|
||||
nameWithType: BatchInserter.getNumberOfDocumentsImported()
|
||||
fullName: int com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.getNumberOfDocumentsImported()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getNumberOfDocumentsImported*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 114
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public int getNumberOfDocumentsImported()
|
||||
return:
|
||||
type: f75371fa
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getTotalRequestUnitsConsumed()
|
||||
id: getTotalRequestUnitsConsumed()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: getTotalRequestUnitsConsumed()
|
||||
nameWithType: BatchInserter.getTotalRequestUnitsConsumed()
|
||||
fullName: double com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.getTotalRequestUnitsConsumed()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getTotalRequestUnitsConsumed*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 118
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public double getTotalRequestUnitsConsumed()
|
||||
return:
|
||||
type: a07dcde8
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.miniBatchExecutionCallableIterator()
|
||||
id: miniBatchExecutionCallableIterator()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: miniBatchExecutionCallableIterator()
|
||||
nameWithType: BatchInserter.miniBatchExecutionCallableIterator()
|
||||
fullName: Iterator<Callable<OperationMetrics>> com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.miniBatchExecutionCallableIterator()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.miniBatchExecutionCallableIterator*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 126
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Iterator<Callable<OperationMetrics>> miniBatchExecutionCallableIterator()
|
||||
return:
|
||||
type: d0a60118
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.numberOfDocumentsImported
|
||||
id: numberOfDocumentsImported
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: numberOfDocumentsImported
|
||||
nameWithType: BatchInserter.numberOfDocumentsImported
|
||||
fullName: AtomicInteger com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.numberOfDocumentsImported
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 58
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
summary: <p>The count of documents bulk inserted by this batch inserter. </p>
|
||||
syntax:
|
||||
content: public AtomicInteger numberOfDocumentsImported
|
||||
return:
|
||||
type: 481cfe34
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.totalRequestUnitsConsumed
|
||||
id: totalRequestUnitsConsumed
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
langs:
|
||||
- java
|
||||
name: totalRequestUnitsConsumed
|
||||
nameWithType: BatchInserter.totalRequestUnitsConsumed
|
||||
fullName: AtomicDouble com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.totalRequestUnitsConsumed
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 63
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
summary: <p>The total request units consumed by this batch inserter. </p>
|
||||
syntax:
|
||||
content: public AtomicDouble totalRequestUnitsConsumed
|
||||
return:
|
||||
type: 39b33447
|
||||
references:
|
||||
- uid: 481cfe34
|
||||
spec.java:
|
||||
- name: AtomicInteger
|
||||
fullName: AtomicInteger
|
||||
- uid: 39b33447
|
||||
spec.java:
|
||||
- name: AtomicDouble
|
||||
fullName: AtomicDouble
|
||||
- uid: df85f1b7
|
||||
spec.java:
|
||||
- name: List<Object>
|
||||
fullName: List<Object>
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: 30fc0c81
|
||||
spec.java:
|
||||
- name: List<List<String>>
|
||||
fullName: List<List<String>>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.BatchInserter*
|
||||
name: BatchInserter
|
||||
nameWithType: BatchInserter.BatchInserter
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.BatchInserter
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: f75371fa
|
||||
spec.java:
|
||||
- name: int
|
||||
fullName: int
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getNumberOfDocumentsImported*
|
||||
name: getNumberOfDocumentsImported
|
||||
nameWithType: BatchInserter.getNumberOfDocumentsImported
|
||||
fullName: int com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.getNumberOfDocumentsImported
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: a07dcde8
|
||||
spec.java:
|
||||
- name: double
|
||||
fullName: double
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getTotalRequestUnitsConsumed*
|
||||
name: getTotalRequestUnitsConsumed
|
||||
nameWithType: BatchInserter.getTotalRequestUnitsConsumed
|
||||
fullName: double com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.getTotalRequestUnitsConsumed
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.getBadInputDocuments*
|
||||
name: getBadInputDocuments
|
||||
nameWithType: BatchInserter.getBadInputDocuments
|
||||
fullName: List<Object> com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.getBadInputDocuments
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: d0a60118
|
||||
spec.java:
|
||||
- name: Iterator<Callable<OperationMetrics>>
|
||||
fullName: Iterator<Callable<OperationMetrics>>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.miniBatchExecutionCallableIterator*
|
||||
name: miniBatchExecutionCallableIterator
|
||||
nameWithType: BatchInserter.miniBatchExecutionCallableIterator
|
||||
fullName: Iterator<Callable<OperationMetrics>> com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter.miniBatchExecutionCallableIterator
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.cancel
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.client
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.objectMapper
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.partitionKeyRangeId
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.requestOptions
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
name: BulkImportStoredProcedureOptions
|
||||
nameWithType: BulkImportStoredProcedureOptions
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class BulkImportStoredProcedureOptions
|
||||
- uid: com.microsoft.azure.documentdb._document_client
|
||||
parent: com.microsoft.azure.documentdb
|
||||
href: com.microsoft.azure.documentdb._document_client.yml
|
||||
name: DocumentClient
|
||||
nameWithType: DocumentClient
|
||||
fullName: com.microsoft.azure.documentdb.DocumentClient
|
||||
type: Class
|
||||
summary: >-
|
||||
<p>Provides a client-side logical representation of the Azure Cosmos DB service. This client is used to configure and execute requests against the service. </p>
|
||||
|
||||
<p>The service client encapsulates the endpoint and credentials used to access the Azure Cosmos DB service. </p>
|
||||
syntax:
|
||||
content: public class DocumentClient
|
||||
- uid: com.microsoft.azure.documentdb._stored_procedure_response
|
||||
parent: com.microsoft.azure.documentdb
|
||||
href: com.microsoft.azure.documentdb._stored_procedure_response.yml
|
||||
name: StoredProcedureResponse
|
||||
nameWithType: StoredProcedureResponse
|
||||
fullName: com.microsoft.azure.documentdb.StoredProcedureResponse
|
||||
type: Class
|
||||
summary: <p>Represents the response returned from a stored procedure in the Azure Cosmos DB database service. Wraps the response body and headers. </p>
|
||||
syntax:
|
||||
content: public class StoredProcedureResponse
|
|
@ -1,259 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
id: _batch_updater
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.BatchUpdater(String,List<List<UpdateItem>>,DocumentClient,String,String)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getNumberOfDocumentsUpdated()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getTotalRequestUnitsConsumed()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.miniBatchExecutionCallableIterator()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.numberOfDocumentsUpdated
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.totalRequestUnitsConsumed
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
langs:
|
||||
- java
|
||||
name: BatchUpdater
|
||||
nameWithType: BatchUpdater
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
startLine: 51
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class BatchUpdater
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal.BatchOperator
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.cancel
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.client
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.objectMapper
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.partitionKeyRangeId
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.requestOptions
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.BatchUpdater(String,List<List<UpdateItem>>,DocumentClient,String,String)
|
||||
id: BatchUpdater(String,List<List<UpdateItem>>,DocumentClient,String,String)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
langs:
|
||||
- java
|
||||
name: BatchUpdater(String partitionKeyRangeId, List<List<UpdateItem>> batchesToUpdate, DocumentClient client, String bulkUpdateSprocLink, String partitionKeyProperty)
|
||||
nameWithType: BatchUpdater.BatchUpdater(String partitionKeyRangeId, List<List<UpdateItem>> batchesToUpdate, DocumentClient client, String bulkUpdateSprocLink, String partitionKeyProperty)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.BatchUpdater(String partitionKeyRangeId, List<List<UpdateItem>> batchesToUpdate, DocumentClient client, String bulkUpdateSprocLink, String partitionKeyProperty)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.BatchUpdater*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
startLine: 83
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public BatchUpdater(String partitionKeyRangeId, List<List<UpdateItem>> batchesToUpdate, DocumentClient client, String bulkUpdateSprocLink, String partitionKeyProperty)
|
||||
parameters:
|
||||
- id: partitionKeyRangeId
|
||||
type: "26831127"
|
||||
- id: batchesToUpdate
|
||||
type: a2eb9475com.microsoft.azure.documentdb.bulkexecutor._update_iteme7daa122
|
||||
- id: client
|
||||
type: com.microsoft.azure.documentdb._document_client
|
||||
- id: bulkUpdateSprocLink
|
||||
type: "26831127"
|
||||
- id: partitionKeyProperty
|
||||
type: "26831127"
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getNumberOfDocumentsUpdated()
|
||||
id: getNumberOfDocumentsUpdated()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
langs:
|
||||
- java
|
||||
name: getNumberOfDocumentsUpdated()
|
||||
nameWithType: BatchUpdater.getNumberOfDocumentsUpdated()
|
||||
fullName: int com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.getNumberOfDocumentsUpdated()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getNumberOfDocumentsUpdated*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
startLine: 105
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public int getNumberOfDocumentsUpdated()
|
||||
return:
|
||||
type: f75371fa
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getTotalRequestUnitsConsumed()
|
||||
id: getTotalRequestUnitsConsumed()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
langs:
|
||||
- java
|
||||
name: getTotalRequestUnitsConsumed()
|
||||
nameWithType: BatchUpdater.getTotalRequestUnitsConsumed()
|
||||
fullName: double com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.getTotalRequestUnitsConsumed()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getTotalRequestUnitsConsumed*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
startLine: 109
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public double getTotalRequestUnitsConsumed()
|
||||
return:
|
||||
type: a07dcde8
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.miniBatchExecutionCallableIterator()
|
||||
id: miniBatchExecutionCallableIterator()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
langs:
|
||||
- java
|
||||
name: miniBatchExecutionCallableIterator()
|
||||
nameWithType: BatchUpdater.miniBatchExecutionCallableIterator()
|
||||
fullName: Iterator<Callable<OperationMetrics>> com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.miniBatchExecutionCallableIterator()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.miniBatchExecutionCallableIterator*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
startLine: 113
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Iterator<Callable<OperationMetrics>> miniBatchExecutionCallableIterator()
|
||||
return:
|
||||
type: d0a60118
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.numberOfDocumentsUpdated
|
||||
id: numberOfDocumentsUpdated
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
langs:
|
||||
- java
|
||||
name: numberOfDocumentsUpdated
|
||||
nameWithType: BatchUpdater.numberOfDocumentsUpdated
|
||||
fullName: AtomicInteger com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.numberOfDocumentsUpdated
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
startLine: 56
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
summary: <p>The count of documents bulk updated by this batch updater. </p>
|
||||
syntax:
|
||||
content: public AtomicInteger numberOfDocumentsUpdated
|
||||
return:
|
||||
type: 481cfe34
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.totalRequestUnitsConsumed
|
||||
id: totalRequestUnitsConsumed
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
langs:
|
||||
- java
|
||||
name: totalRequestUnitsConsumed
|
||||
nameWithType: BatchUpdater.totalRequestUnitsConsumed
|
||||
fullName: AtomicDouble com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.totalRequestUnitsConsumed
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchUpdater.java
|
||||
startLine: 61
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
summary: <p>The total request units consumed by this batch updater. </p>
|
||||
syntax:
|
||||
content: public AtomicDouble totalRequestUnitsConsumed
|
||||
return:
|
||||
type: 39b33447
|
||||
references:
|
||||
- uid: 481cfe34
|
||||
spec.java:
|
||||
- name: AtomicInteger
|
||||
fullName: AtomicInteger
|
||||
- uid: 39b33447
|
||||
spec.java:
|
||||
- name: AtomicDouble
|
||||
fullName: AtomicDouble
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: a2eb9475com.microsoft.azure.documentdb.bulkexecutor._update_iteme7daa122
|
||||
spec.java:
|
||||
- name: List<List<
|
||||
fullName: List<List<
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_item
|
||||
name: UpdateItem
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateItem
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_item.yml
|
||||
- name: '>>'
|
||||
fullName: '>>'
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.BatchUpdater*
|
||||
name: BatchUpdater
|
||||
nameWithType: BatchUpdater.BatchUpdater
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.BatchUpdater
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: f75371fa
|
||||
spec.java:
|
||||
- name: int
|
||||
fullName: int
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getNumberOfDocumentsUpdated*
|
||||
name: getNumberOfDocumentsUpdated
|
||||
nameWithType: BatchUpdater.getNumberOfDocumentsUpdated
|
||||
fullName: int com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.getNumberOfDocumentsUpdated
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: a07dcde8
|
||||
spec.java:
|
||||
- name: double
|
||||
fullName: double
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.getTotalRequestUnitsConsumed*
|
||||
name: getTotalRequestUnitsConsumed
|
||||
nameWithType: BatchUpdater.getTotalRequestUnitsConsumed
|
||||
fullName: double com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.getTotalRequestUnitsConsumed
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: d0a60118
|
||||
spec.java:
|
||||
- name: Iterator<Callable<OperationMetrics>>
|
||||
fullName: Iterator<Callable<OperationMetrics>>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.miniBatchExecutionCallableIterator*
|
||||
name: miniBatchExecutionCallableIterator
|
||||
nameWithType: BatchUpdater.miniBatchExecutionCallableIterator
|
||||
fullName: Iterator<Callable<OperationMetrics>> com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater.miniBatchExecutionCallableIterator
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.cancel
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.client
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.objectMapper
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.partitionKeyRangeId
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_operator.requestOptions
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_item
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_item.yml
|
||||
name: UpdateItem
|
||||
nameWithType: UpdateItem
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateItem
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateItem
|
||||
- uid: com.microsoft.azure.documentdb._document_client
|
||||
parent: com.microsoft.azure.documentdb
|
||||
href: com.microsoft.azure.documentdb._document_client.yml
|
||||
name: DocumentClient
|
||||
nameWithType: DocumentClient
|
||||
fullName: com.microsoft.azure.documentdb.DocumentClient
|
||||
type: Class
|
||||
summary: >-
|
||||
<p>Provides a client-side logical representation of the Azure Cosmos DB service. This client is used to configure and execute requests against the service. </p>
|
||||
|
||||
<p>The service client encapsulates the endpoint and credentials used to access the Azure Cosmos DB service. </p>
|
||||
syntax:
|
||||
content: public class DocumentClient
|
||||
- uid: com.microsoft.azure.documentdb._stored_procedure_response
|
||||
parent: com.microsoft.azure.documentdb
|
||||
href: com.microsoft.azure.documentdb._stored_procedure_response.yml
|
||||
name: StoredProcedureResponse
|
||||
nameWithType: StoredProcedureResponse
|
||||
fullName: com.microsoft.azure.documentdb.StoredProcedureResponse
|
||||
type: Class
|
||||
summary: <p>Represents the response returned from a stored procedure in the Azure Cosmos DB database service. Wraps the response body and headers. </p>
|
||||
syntax:
|
||||
content: public class StoredProcedureResponse
|
|
@ -1,219 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
id: _bulk_import_stored_procedure_options
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.BulkImportStoredProcedureOptions(boolean,boolean,String,boolean)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.BulkImportStoredProcedureOptions(boolean,boolean,String,boolean,boolean,boolean)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.disableAutomaticIdGeneration
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.enableBsonSchema
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.enableUpsert
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.softStopOnBadRequest
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.softStopOnConflict
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.systemCollectionId
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: BulkImportStoredProcedureOptions
|
||||
nameWithType: BulkImportStoredProcedureOptions
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 26
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class BulkImportStoredProcedureOptions
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.BulkImportStoredProcedureOptions(boolean,boolean,String,boolean)
|
||||
id: BulkImportStoredProcedureOptions(boolean,boolean,String,boolean)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema)
|
||||
nameWithType: BulkImportStoredProcedureOptions.BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.BulkImportStoredProcedureOptions*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 46
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema)
|
||||
parameters:
|
||||
- id: disableAutomaticIdGeneration
|
||||
type: 4fc6e284
|
||||
- id: softStopOnConflict
|
||||
type: 4fc6e284
|
||||
- id: systemCollectionId
|
||||
type: "26831127"
|
||||
- id: enableBsonSchema
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.BulkImportStoredProcedureOptions(boolean,boolean,String,boolean,boolean,boolean)
|
||||
id: BulkImportStoredProcedureOptions(boolean,boolean,String,boolean,boolean,boolean)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema, boolean enableUpsert, boolean softStopOnBadRequest)
|
||||
nameWithType: BulkImportStoredProcedureOptions.BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema, boolean enableUpsert, boolean softStopOnBadRequest)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema, boolean enableUpsert, boolean softStopOnBadRequest)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.BulkImportStoredProcedureOptions*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 54
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public BulkImportStoredProcedureOptions(boolean disableAutomaticIdGeneration, boolean softStopOnConflict, String systemCollectionId, boolean enableBsonSchema, boolean enableUpsert, boolean softStopOnBadRequest)
|
||||
parameters:
|
||||
- id: disableAutomaticIdGeneration
|
||||
type: 4fc6e284
|
||||
- id: softStopOnConflict
|
||||
type: 4fc6e284
|
||||
- id: systemCollectionId
|
||||
type: "26831127"
|
||||
- id: enableBsonSchema
|
||||
type: 4fc6e284
|
||||
- id: enableUpsert
|
||||
type: 4fc6e284
|
||||
- id: softStopOnBadRequest
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.disableAutomaticIdGeneration
|
||||
id: disableAutomaticIdGeneration
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: disableAutomaticIdGeneration
|
||||
nameWithType: BulkImportStoredProcedureOptions.disableAutomaticIdGeneration
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.disableAutomaticIdGeneration
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 29
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean disableAutomaticIdGeneration
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.enableBsonSchema
|
||||
id: enableBsonSchema
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: enableBsonSchema
|
||||
nameWithType: BulkImportStoredProcedureOptions.enableBsonSchema
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.enableBsonSchema
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 38
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean enableBsonSchema
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.enableUpsert
|
||||
id: enableUpsert
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: enableUpsert
|
||||
nameWithType: BulkImportStoredProcedureOptions.enableUpsert
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.enableUpsert
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 41
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean enableUpsert
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.softStopOnBadRequest
|
||||
id: softStopOnBadRequest
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: softStopOnBadRequest
|
||||
nameWithType: BulkImportStoredProcedureOptions.softStopOnBadRequest
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.softStopOnBadRequest
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 44
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean softStopOnBadRequest
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.softStopOnConflict
|
||||
id: softStopOnConflict
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: softStopOnConflict
|
||||
nameWithType: BulkImportStoredProcedureOptions.softStopOnConflict
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.softStopOnConflict
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 32
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean softStopOnConflict
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.systemCollectionId
|
||||
id: systemCollectionId
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
langs:
|
||||
- java
|
||||
name: systemCollectionId
|
||||
nameWithType: BulkImportStoredProcedureOptions.systemCollectionId
|
||||
fullName: String com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.systemCollectionId
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BulkImportStoredProcedureOptions.java
|
||||
startLine: 35
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public String systemCollectionId
|
||||
return:
|
||||
type: "26831127"
|
||||
references:
|
||||
- uid: 4fc6e284
|
||||
spec.java:
|
||||
- name: boolean
|
||||
fullName: boolean
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.BulkImportStoredProcedureOptions*
|
||||
name: BulkImportStoredProcedureOptions
|
||||
nameWithType: BulkImportStoredProcedureOptions.BulkImportStoredProcedureOptions
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions.BulkImportStoredProcedureOptions
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
|
@ -1,336 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
id: _congestion_controller
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.completed()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.CongestionController(ListeningExecutorService,int,String,BatchOperator)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.CongestionController(ListeningExecutorService,int,String,BatchOperator,Integer,Integer)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAll()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAllAsync()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.failed()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getDegreeOfConcurrency()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getFailures()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.isRunning()
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.setState(State)
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: CongestionController
|
||||
nameWithType: CongestionController
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 42
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class CongestionController
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.completed()
|
||||
id: completed()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: completed()
|
||||
nameWithType: CongestionController.completed()
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.completed()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.completed*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 371
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean completed()
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.CongestionController(ListeningExecutorService,int,String,BatchOperator)
|
||||
id: CongestionController(ListeningExecutorService,int,String,BatchOperator)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator)
|
||||
nameWithType: CongestionController.CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.CongestionController*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 140
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator)
|
||||
parameters:
|
||||
- id: executor
|
||||
type: 9b44706c
|
||||
- id: partitionThroughput
|
||||
type: f75371fa
|
||||
- id: partitionKeyRangeId
|
||||
type: "26831127"
|
||||
- id: batchOperator
|
||||
type: a828936a
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.CongestionController(ListeningExecutorService,int,String,BatchOperator,Integer,Integer)
|
||||
id: CongestionController(ListeningExecutorService,int,String,BatchOperator,Integer,Integer)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator, Integer startingDegreeOfConcurrency, Integer maxDegreeOfConcurrency)
|
||||
nameWithType: CongestionController.CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator, Integer startingDegreeOfConcurrency, Integer maxDegreeOfConcurrency)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator, Integer startingDegreeOfConcurrency, Integer maxDegreeOfConcurrency)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.CongestionController*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 147
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public CongestionController(ListeningExecutorService executor, int partitionThroughput, String partitionKeyRangeId, BatchOperator batchOperator, Integer startingDegreeOfConcurrency, Integer maxDegreeOfConcurrency)
|
||||
parameters:
|
||||
- id: executor
|
||||
type: 9b44706c
|
||||
- id: partitionThroughput
|
||||
type: f75371fa
|
||||
- id: partitionKeyRangeId
|
||||
type: "26831127"
|
||||
- id: batchOperator
|
||||
type: a828936a
|
||||
- id: startingDegreeOfConcurrency
|
||||
type: 08effaa0
|
||||
- id: maxDegreeOfConcurrency
|
||||
type: 08effaa0
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAll()
|
||||
id: executeAll()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: executeAll()
|
||||
nameWithType: CongestionController.executeAll()
|
||||
fullName: ListenableFuture<Void> com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.executeAll()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAll*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 281
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public ListenableFuture<Void> executeAll()
|
||||
return:
|
||||
type: 653076c4
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAllAsync()
|
||||
id: executeAllAsync()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: executeAllAsync()
|
||||
nameWithType: CongestionController.executeAllAsync()
|
||||
fullName: ListenableFuture<Void> com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.executeAllAsync()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAllAsync*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 260
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public ListenableFuture<Void> executeAllAsync()
|
||||
return:
|
||||
type: 653076c4
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.failed()
|
||||
id: failed()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: failed()
|
||||
nameWithType: CongestionController.failed()
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.failed()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.failed*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 375
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean failed()
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getDegreeOfConcurrency()
|
||||
id: getDegreeOfConcurrency()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: getDegreeOfConcurrency()
|
||||
nameWithType: CongestionController.getDegreeOfConcurrency()
|
||||
fullName: int com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.getDegreeOfConcurrency()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getDegreeOfConcurrency*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 379
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public int getDegreeOfConcurrency()
|
||||
return:
|
||||
type: f75371fa
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getFailures()
|
||||
id: getFailures()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: getFailures()
|
||||
nameWithType: CongestionController.getFailures()
|
||||
fullName: List<Exception> com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.getFailures()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getFailures*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 170
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public List<Exception> getFailures()
|
||||
return:
|
||||
type: 5c5d6e37
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.isRunning()
|
||||
id: isRunning()
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: isRunning()
|
||||
nameWithType: CongestionController.isRunning()
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.isRunning()
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.isRunning*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 366
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public boolean isRunning()
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.setState(State)
|
||||
id: setState(State)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
langs:
|
||||
- java
|
||||
name: setState(State state)
|
||||
nameWithType: CongestionController.setState(State state)
|
||||
fullName: void com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.setState(State state)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.setState*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/CongestionController.java
|
||||
startLine: 361
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public void setState(State state)
|
||||
parameters:
|
||||
- id: state
|
||||
type: 1ca4a246
|
||||
references:
|
||||
- uid: 9b44706c
|
||||
spec.java:
|
||||
- name: ListeningExecutorService
|
||||
fullName: ListeningExecutorService
|
||||
- uid: f75371fa
|
||||
spec.java:
|
||||
- name: int
|
||||
fullName: int
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: a828936a
|
||||
spec.java:
|
||||
- name: BatchOperator
|
||||
fullName: BatchOperator
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.CongestionController*
|
||||
name: CongestionController
|
||||
nameWithType: CongestionController.CongestionController
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.CongestionController
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: 08effaa0
|
||||
spec.java:
|
||||
- name: Integer
|
||||
fullName: Integer
|
||||
- uid: 5c5d6e37
|
||||
spec.java:
|
||||
- name: List<Exception>
|
||||
fullName: List<Exception>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getFailures*
|
||||
name: getFailures
|
||||
nameWithType: CongestionController.getFailures
|
||||
fullName: List<Exception> com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.getFailures
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: 653076c4
|
||||
spec.java:
|
||||
- name: ListenableFuture<Void>
|
||||
fullName: ListenableFuture<Void>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAllAsync*
|
||||
name: executeAllAsync
|
||||
nameWithType: CongestionController.executeAllAsync
|
||||
fullName: ListenableFuture<Void> com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.executeAllAsync
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.executeAll*
|
||||
name: executeAll
|
||||
nameWithType: CongestionController.executeAll
|
||||
fullName: ListenableFuture<Void> com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.executeAll
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: 1ca4a246
|
||||
spec.java:
|
||||
- name: State
|
||||
fullName: State
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.setState*
|
||||
name: setState
|
||||
nameWithType: CongestionController.setState
|
||||
fullName: void com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.setState
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: 4fc6e284
|
||||
spec.java:
|
||||
- name: boolean
|
||||
fullName: boolean
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.isRunning*
|
||||
name: isRunning
|
||||
nameWithType: CongestionController.isRunning
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.isRunning
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.completed*
|
||||
name: completed
|
||||
nameWithType: CongestionController.completed
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.completed
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.failed*
|
||||
name: failed
|
||||
nameWithType: CongestionController.failed
|
||||
fullName: boolean com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.failed
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.getDegreeOfConcurrency*
|
||||
name: getDegreeOfConcurrency
|
||||
nameWithType: CongestionController.getDegreeOfConcurrency
|
||||
fullName: int com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController.getDegreeOfConcurrency
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
|
@ -1,112 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer
|
||||
id: _document_analyzer
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.extractPartitionKeyValue(String,PartitionKeyDefinition)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.fromPartitionKeyvalue(Object)
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.yml
|
||||
langs:
|
||||
- java
|
||||
name: DocumentAnalyzer
|
||||
nameWithType: DocumentAnalyzer
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/DocumentAnalyzer.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/DocumentAnalyzer.java
|
||||
startLine: 37
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class DocumentAnalyzer
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.extractPartitionKeyValue(String,PartitionKeyDefinition)
|
||||
id: extractPartitionKeyValue(String,PartitionKeyDefinition)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.yml
|
||||
langs:
|
||||
- java
|
||||
name: extractPartitionKeyValue(String documentAsString, PartitionKeyDefinition partitionKeyDefinition)
|
||||
nameWithType: DocumentAnalyzer.extractPartitionKeyValue(String documentAsString, PartitionKeyDefinition partitionKeyDefinition)
|
||||
fullName: static PartitionKeyInternal com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer.extractPartitionKeyValue(String documentAsString, PartitionKeyDefinition partitionKeyDefinition)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.extractPartitionKeyValue*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/DocumentAnalyzer.java
|
||||
startLine: 47
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
summary: <p>Extracts effective <xref uid="" data-throw-if-not-resolved="false">PartitionKeyInternal</xref> from serialized document. </p>
|
||||
syntax:
|
||||
content: public static PartitionKeyInternal extractPartitionKeyValue(String documentAsString, PartitionKeyDefinition partitionKeyDefinition)
|
||||
parameters:
|
||||
- id: documentAsString
|
||||
type: "26831127"
|
||||
description: <p>Serialized document to extract partition key value from. </p>
|
||||
- id: partitionKeyDefinition
|
||||
type: com.microsoft.azure.documentdb._partition_key_definition
|
||||
description: <p>Information about partition key. </p>
|
||||
return:
|
||||
type: e9fda3a6
|
||||
description: <p>PartitionKeyInternal </p>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.fromPartitionKeyvalue(Object)
|
||||
id: fromPartitionKeyvalue(Object)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.yml
|
||||
langs:
|
||||
- java
|
||||
name: fromPartitionKeyvalue(Object partitionKeyValue)
|
||||
nameWithType: DocumentAnalyzer.fromPartitionKeyvalue(Object partitionKeyValue)
|
||||
fullName: static PartitionKeyInternal com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer.fromPartitionKeyvalue(Object partitionKeyValue)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.fromPartitionKeyvalue*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/DocumentAnalyzer.java
|
||||
startLine: 104
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static PartitionKeyInternal fromPartitionKeyvalue(Object partitionKeyValue)
|
||||
parameters:
|
||||
- id: partitionKeyValue
|
||||
type: "79317049"
|
||||
return:
|
||||
type: e9fda3a6
|
||||
references:
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: e9fda3a6
|
||||
spec.java:
|
||||
- name: PartitionKeyInternal
|
||||
fullName: PartitionKeyInternal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.extractPartitionKeyValue*
|
||||
name: extractPartitionKeyValue
|
||||
nameWithType: DocumentAnalyzer.extractPartitionKeyValue
|
||||
fullName: static PartitionKeyInternal com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer.extractPartitionKeyValue
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: "79317049"
|
||||
spec.java:
|
||||
- name: Object
|
||||
fullName: Object
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.fromPartitionKeyvalue*
|
||||
name: fromPartitionKeyvalue
|
||||
nameWithType: DocumentAnalyzer.fromPartitionKeyvalue
|
||||
fullName: static PartitionKeyInternal com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer.fromPartitionKeyvalue
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb._partition_key_definition
|
||||
parent: com.microsoft.azure.documentdb
|
||||
href: com.microsoft.azure.documentdb._partition_key_definition.yml
|
||||
name: PartitionKeyDefinition
|
||||
nameWithType: PartitionKeyDefinition
|
||||
fullName: com.microsoft.azure.documentdb.PartitionKeyDefinition
|
||||
type: Class
|
||||
summary: <p>Represents a partition key definition in the Azure Cosmos DB database service. A partition key definition specifies which document property is used as the partition key in a collection that has multiple partitions. </p>
|
||||
syntax:
|
||||
content: public class PartitionKeyDefinition
|
|
@ -1,291 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
id: _exception_utils
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.getThrottelingException(Exception)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isGone(DocumentClientException)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isSplit(DocumentClientException)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isThrottled(DocumentClientException)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isTimedOut(DocumentClientException)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isUnavailable(DocumentClientException)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toException(Throwable)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toRuntimeException(Exception)
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: ExceptionUtils
|
||||
nameWithType: ExceptionUtils
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class ExceptionUtils
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.getThrottelingException(Exception)
|
||||
id: getThrottelingException(Exception)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: getThrottelingException(Exception e)
|
||||
nameWithType: ExceptionUtils.getThrottelingException(Exception e)
|
||||
fullName: static DocumentClientException com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.getThrottelingException(Exception e)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.getThrottelingException*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 49
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static DocumentClientException getThrottelingException(Exception e)
|
||||
parameters:
|
||||
- id: e
|
||||
type: 8a99d4b0
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb._document_client_exception
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isGone(DocumentClientException)
|
||||
id: isGone(DocumentClientException)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: isGone(DocumentClientException e)
|
||||
nameWithType: ExceptionUtils.isGone(DocumentClientException e)
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isGone(DocumentClientException e)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isGone*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 40
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static boolean isGone(DocumentClientException e)
|
||||
parameters:
|
||||
- id: e
|
||||
type: com.microsoft.azure.documentdb._document_client_exception
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isSplit(DocumentClientException)
|
||||
id: isSplit(DocumentClientException)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: isSplit(DocumentClientException e)
|
||||
nameWithType: ExceptionUtils.isSplit(DocumentClientException e)
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isSplit(DocumentClientException e)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isSplit*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 44
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static boolean isSplit(DocumentClientException e)
|
||||
parameters:
|
||||
- id: e
|
||||
type: com.microsoft.azure.documentdb._document_client_exception
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isThrottled(DocumentClientException)
|
||||
id: isThrottled(DocumentClientException)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: isThrottled(DocumentClientException e)
|
||||
nameWithType: ExceptionUtils.isThrottled(DocumentClientException e)
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isThrottled(DocumentClientException e)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isThrottled*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 28
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static boolean isThrottled(DocumentClientException e)
|
||||
parameters:
|
||||
- id: e
|
||||
type: com.microsoft.azure.documentdb._document_client_exception
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isTimedOut(DocumentClientException)
|
||||
id: isTimedOut(DocumentClientException)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: isTimedOut(DocumentClientException e)
|
||||
nameWithType: ExceptionUtils.isTimedOut(DocumentClientException e)
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isTimedOut(DocumentClientException e)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isTimedOut*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 32
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static boolean isTimedOut(DocumentClientException e)
|
||||
parameters:
|
||||
- id: e
|
||||
type: com.microsoft.azure.documentdb._document_client_exception
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isUnavailable(DocumentClientException)
|
||||
id: isUnavailable(DocumentClientException)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: isUnavailable(DocumentClientException e)
|
||||
nameWithType: ExceptionUtils.isUnavailable(DocumentClientException e)
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isUnavailable(DocumentClientException e)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isUnavailable*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 36
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static boolean isUnavailable(DocumentClientException e)
|
||||
parameters:
|
||||
- id: e
|
||||
type: com.microsoft.azure.documentdb._document_client_exception
|
||||
return:
|
||||
type: 4fc6e284
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toException(Throwable)
|
||||
id: toException(Throwable)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: toException(Throwable t)
|
||||
nameWithType: ExceptionUtils.toException(Throwable t)
|
||||
fullName: static Exception com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.toException(Throwable t)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toException*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 76
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static Exception toException(Throwable t)
|
||||
parameters:
|
||||
- id: t
|
||||
type: a04fafd7
|
||||
return:
|
||||
type: 8a99d4b0
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toRuntimeException(Exception)
|
||||
id: toRuntimeException(Exception)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
langs:
|
||||
- java
|
||||
name: toRuntimeException(Exception e)
|
||||
nameWithType: ExceptionUtils.toRuntimeException(Exception e)
|
||||
fullName: static RuntimeException com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.toRuntimeException(Exception e)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toRuntimeException*
|
||||
type: Method
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/ExceptionUtils.java
|
||||
startLine: 68
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public static RuntimeException toRuntimeException(Exception e)
|
||||
parameters:
|
||||
- id: e
|
||||
type: 8a99d4b0
|
||||
return:
|
||||
type: 9b2a4515
|
||||
references:
|
||||
- uid: 4fc6e284
|
||||
spec.java:
|
||||
- name: boolean
|
||||
fullName: boolean
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isThrottled*
|
||||
name: isThrottled
|
||||
nameWithType: ExceptionUtils.isThrottled
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isThrottled
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isTimedOut*
|
||||
name: isTimedOut
|
||||
nameWithType: ExceptionUtils.isTimedOut
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isTimedOut
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isUnavailable*
|
||||
name: isUnavailable
|
||||
nameWithType: ExceptionUtils.isUnavailable
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isUnavailable
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isGone*
|
||||
name: isGone
|
||||
nameWithType: ExceptionUtils.isGone
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isGone
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.isSplit*
|
||||
name: isSplit
|
||||
nameWithType: ExceptionUtils.isSplit
|
||||
fullName: static boolean com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.isSplit
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: 8a99d4b0
|
||||
spec.java:
|
||||
- name: Exception
|
||||
fullName: Exception
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.getThrottelingException*
|
||||
name: getThrottelingException
|
||||
nameWithType: ExceptionUtils.getThrottelingException
|
||||
fullName: static DocumentClientException com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.getThrottelingException
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: 9b2a4515
|
||||
spec.java:
|
||||
- name: RuntimeException
|
||||
fullName: RuntimeException
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toRuntimeException*
|
||||
name: toRuntimeException
|
||||
nameWithType: ExceptionUtils.toRuntimeException
|
||||
fullName: static RuntimeException com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.toRuntimeException
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: a04fafd7
|
||||
spec.java:
|
||||
- name: Throwable
|
||||
fullName: Throwable
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.toException*
|
||||
name: toException
|
||||
nameWithType: ExceptionUtils.toException
|
||||
fullName: static Exception com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils.toException
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb._document_client_exception
|
||||
parent: com.microsoft.azure.documentdb
|
||||
href: com.microsoft.azure.documentdb._document_client_exception.yml
|
||||
name: DocumentClientException
|
||||
nameWithType: DocumentClientException
|
||||
fullName: com.microsoft.azure.documentdb.DocumentClientException
|
||||
type: Class
|
||||
summary: >-
|
||||
<p>This class defines a custom exception type for all operations on <xref uid="com.microsoft.azure.documentdb._document_client" data-throw-if-not-resolved="false">DocumentClient</xref> in the Azure Cosmos DB database service. Applications are expected to catch <xref uid="com.microsoft.azure.documentdb._document_client_exception" data-throw-if-not-resolved="false">DocumentClientException</xref> and handle errors as appropriate when calling methods on <xref uid="com.microsoft.azure.documentdb._document_client" data-throw-if-not-resolved="false">DocumentClient</xref>. </p>
|
||||
|
||||
<p>Errors coming from the service during normal execution are converted to <xref uid="com.microsoft.azure.documentdb._document_client_exception" data-throw-if-not-resolved="false">DocumentClientException</xref> before returning to the application with the following exception: </p>
|
||||
|
||||
<p>When a BE error is encountered during a <xref uid="com.microsoft.azure.documentdb._query_iterable" data-throw-if-not-resolved="false">QueryIterable</xref><T> iteration, an IllegalStateException is thrown instead of <xref uid="com.microsoft.azure.documentdb._document_client_exception" data-throw-if-not-resolved="false">DocumentClientException</xref>. </p>
|
||||
|
||||
<p>When a transport level error happens that request is not able to reach the service, an IllegalStateException is thrown instead of <xref uid="com.microsoft.azure.documentdb._document_client_exception" data-throw-if-not-resolved="false">DocumentClientException</xref>. </p>
|
||||
syntax:
|
||||
content: public class DocumentClientException
|
|
@ -1,64 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
id: _update_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.UpdateModifier(UpdateModifierType)
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateModifier
|
||||
nameWithType: UpdateModifier
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifier.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifier.java
|
||||
startLine: 26
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class UpdateModifier
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.UpdateModifier(UpdateModifierType)
|
||||
id: UpdateModifier(UpdateModifierType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateModifier(UpdateModifierType type)
|
||||
nameWithType: UpdateModifier.UpdateModifier(UpdateModifierType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier.UpdateModifier(UpdateModifierType type)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.UpdateModifier*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifier.java
|
||||
startLine: 28
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: protected UpdateModifier(UpdateModifierType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
references:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.UpdateModifier*
|
||||
name: UpdateModifier
|
||||
nameWithType: UpdateModifier.UpdateModifier
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier.UpdateModifier
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._position_modifier
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._slice_modifier
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
name: UpdateModifierType
|
||||
nameWithType: UpdateModifierType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType
|
||||
type: Enum
|
||||
syntax:
|
||||
content: public enum UpdateModifierType
|
|
@ -1,99 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
id: _update_modifier_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Each
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Position
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Slice
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Sort
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateModifierType
|
||||
nameWithType: UpdateModifierType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType
|
||||
type: Enum
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifierType.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifierType.java
|
||||
startLine: 24
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public enum UpdateModifierType
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- java.lang.Enum<UpdateModifierType>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Each
|
||||
id: Each
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Each
|
||||
nameWithType: UpdateModifierType.Each
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType.Each
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifierType.java
|
||||
startLine: 25
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Each
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Position
|
||||
id: Position
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Position
|
||||
nameWithType: UpdateModifierType.Position
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType.Position
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifierType.java
|
||||
startLine: 28
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Position
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Slice
|
||||
id: Slice
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Slice
|
||||
nameWithType: UpdateModifierType.Slice
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType.Slice
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifierType.java
|
||||
startLine: 26
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Slice
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.Sort
|
||||
id: Sort
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Sort
|
||||
nameWithType: UpdateModifierType.Sort
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType.Sort
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateModifierType.java
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Sort
|
||||
references: []
|
|
@ -1,163 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
id: _update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperation.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperation.java
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue> extends UpdateOperationBase
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
id: UpdateOperation(UpdateOperationType,String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperation.java
|
||||
startLine: 29
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: protected UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
references:
|
||||
- uid: 649a7377
|
||||
spec.java:
|
||||
- name: TValue
|
||||
fullName: TValue
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation*
|
||||
name: UpdateOperation
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: type
|
||||
nameWithType: UpdateOperationBase.type
|
||||
fullName: UpdateOperationType com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.type
|
||||
type: Field
|
||||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase(UpdateOperationType type)
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase
|
||||
nameWithType: UpdateOperationBase
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperationBase
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._inc_update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._inc_update_operation.yml
|
||||
name: IncUpdateOperation
|
||||
nameWithType: IncUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.IncUpdateOperation
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class IncUpdateOperation extends UpdateOperation<Double>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
name: UpdateOperationWithModifier<TValue>
|
||||
nameWithType: UpdateOperationWithModifier<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperationWithModifier<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._remove_update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._remove_update_operation.yml
|
||||
name: RemoveUpdateOperation<TValue>
|
||||
nameWithType: RemoveUpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.RemoveUpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class RemoveUpdateOperation<TValue> extends UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._set_update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._set_update_operation.yml
|
||||
name: SetUpdateOperation<TValue>
|
||||
nameWithType: SetUpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.SetUpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class SetUpdateOperation<TValue> extends UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._unset_update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._unset_update_operation.yml
|
||||
name: UnsetUpdateOperation
|
||||
nameWithType: UnsetUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UnsetUpdateOperation
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UnsetUpdateOperation extends UpdateOperation<String>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
name: UpdateOperationType
|
||||
nameWithType: UpdateOperationType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType
|
||||
type: Enum
|
||||
syntax:
|
||||
content: public enum UpdateOperationType
|
|
@ -1,351 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
id: _update_operation_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.AddToSet
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Bit
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.CurrentDate
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Inc
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Max
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Min
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Mul
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Pop
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Pull
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.PullAll
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Push
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.PushAll
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Remove
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Rename
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Replace
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Set
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.SetOnInsert
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Unset
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateOperationType
|
||||
nameWithType: UpdateOperationType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType
|
||||
type: Enum
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 24
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public enum UpdateOperationType
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- java.lang.Enum<UpdateOperationType>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.AddToSet
|
||||
id: AddToSet
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: AddToSet
|
||||
nameWithType: UpdateOperationType.AddToSet
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.AddToSet
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 25
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public AddToSet
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Bit
|
||||
id: Bit
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Bit
|
||||
nameWithType: UpdateOperationType.Bit
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Bit
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 26
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Bit
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.CurrentDate
|
||||
id: CurrentDate
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: CurrentDate
|
||||
nameWithType: UpdateOperationType.CurrentDate
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.CurrentDate
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 27
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public CurrentDate
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Inc
|
||||
id: Inc
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Inc
|
||||
nameWithType: UpdateOperationType.Inc
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Inc
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 28
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Inc
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Max
|
||||
id: Max
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Max
|
||||
nameWithType: UpdateOperationType.Max
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Max
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 29
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Max
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Min
|
||||
id: Min
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Min
|
||||
nameWithType: UpdateOperationType.Min
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Min
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 30
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Min
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Mul
|
||||
id: Mul
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Mul
|
||||
nameWithType: UpdateOperationType.Mul
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Mul
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 31
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Mul
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Pop
|
||||
id: Pop
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Pop
|
||||
nameWithType: UpdateOperationType.Pop
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Pop
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 32
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Pop
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Pull
|
||||
id: Pull
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Pull
|
||||
nameWithType: UpdateOperationType.Pull
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Pull
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 33
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Pull
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.PullAll
|
||||
id: PullAll
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: PullAll
|
||||
nameWithType: UpdateOperationType.PullAll
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.PullAll
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 34
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public PullAll
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Push
|
||||
id: Push
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Push
|
||||
nameWithType: UpdateOperationType.Push
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Push
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 35
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Push
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.PushAll
|
||||
id: PushAll
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: PushAll
|
||||
nameWithType: UpdateOperationType.PushAll
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.PushAll
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 36
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public PushAll
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Remove
|
||||
id: Remove
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Remove
|
||||
nameWithType: UpdateOperationType.Remove
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Remove
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 42
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Remove
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Rename
|
||||
id: Rename
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Rename
|
||||
nameWithType: UpdateOperationType.Rename
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Rename
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 37
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Rename
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Replace
|
||||
id: Replace
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Replace
|
||||
nameWithType: UpdateOperationType.Replace
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Replace
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 38
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Replace
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Set
|
||||
id: Set
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Set
|
||||
nameWithType: UpdateOperationType.Set
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Set
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 39
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Set
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.SetOnInsert
|
||||
id: SetOnInsert
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: SetOnInsert
|
||||
nameWithType: UpdateOperationType.SetOnInsert
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.SetOnInsert
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 40
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public SetOnInsert
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.Unset
|
||||
id: Unset
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
langs:
|
||||
- java
|
||||
name: Unset
|
||||
nameWithType: UpdateOperationType.Unset
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType.Unset
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationType.java
|
||||
startLine: 41
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Unset
|
||||
references: []
|
|
@ -1,206 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
id: _update_operation_with_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.position
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.slice
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.UpdateOperationWithModifier(UpdateOperationType,String,TValue,List<UpdateModifier>)
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateOperationWithModifier<TValue>
|
||||
nameWithType: UpdateOperationWithModifier<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>
|
||||
type: Class
|
||||
source:
|
||||
remote: &o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationWithModifier.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationWithModifier.java
|
||||
startLine: 28
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public class UpdateOperationWithModifier<TValue> extends UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
inheritedMembers:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
- com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.position
|
||||
id: position
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
langs:
|
||||
- java
|
||||
name: position
|
||||
nameWithType: UpdateOperationWithModifier<TValue>.position
|
||||
fullName: Integer com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>.position
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationWithModifier.java
|
||||
startLine: 58
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Integer position
|
||||
return:
|
||||
type: 08effaa0
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.slice
|
||||
id: slice
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
langs:
|
||||
- java
|
||||
name: slice
|
||||
nameWithType: UpdateOperationWithModifier<TValue>.slice
|
||||
fullName: Integer com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>.slice
|
||||
type: Field
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationWithModifier.java
|
||||
startLine: 55
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: public Integer slice
|
||||
return:
|
||||
type: 08effaa0
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.UpdateOperationWithModifier(UpdateOperationType,String,TValue,List<UpdateModifier>)
|
||||
id: UpdateOperationWithModifier(UpdateOperationType,String,TValue,List<UpdateModifier>)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
langs:
|
||||
- java
|
||||
name: UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
nameWithType: UpdateOperationWithModifier<TValue>.UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>.UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
overload: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.UpdateOperationWithModifier*
|
||||
type: Constructor
|
||||
source:
|
||||
remote: *o0
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/UpdateOperationWithModifier.java
|
||||
startLine: 30
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
syntax:
|
||||
content: protected UpdateOperationWithModifier(UpdateOperationType type, String field, TValue value, List<UpdateModifier> modifiers)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- id: modifiers
|
||||
type: 5618da2dcom.microsoft.azure.documentdb.bulkexecutor.internal._update_modifiera08ddfce
|
||||
references:
|
||||
- uid: 649a7377
|
||||
spec.java:
|
||||
- name: TValue
|
||||
fullName: TValue
|
||||
- uid: 08effaa0
|
||||
spec.java:
|
||||
- name: Integer
|
||||
fullName: Integer
|
||||
- uid: "26831127"
|
||||
spec.java:
|
||||
- name: String
|
||||
fullName: String
|
||||
- uid: 5618da2dcom.microsoft.azure.documentdb.bulkexecutor.internal._update_modifiera08ddfce
|
||||
spec.java:
|
||||
- name: List<
|
||||
fullName: List<
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
name: UpdateModifier
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.yml
|
||||
- name: '>'
|
||||
fullName: '>'
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.UpdateOperationWithModifier*
|
||||
name: UpdateOperationWithModifier
|
||||
nameWithType: UpdateOperationWithModifier<TValue>.UpdateOperationWithModifier
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>.UpdateOperationWithModifier
|
||||
package: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: type
|
||||
nameWithType: UpdateOperationBase.type
|
||||
fullName: UpdateOperationType com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.type
|
||||
type: Field
|
||||
syntax:
|
||||
content: public UpdateOperationType type
|
||||
return:
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.UpdateOperation(UpdateOperationType,String,TValue)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
nameWithType: UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>.UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperation(UpdateOperationType type, String field, TValue value)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- id: field
|
||||
type: "26831127"
|
||||
- id: value
|
||||
type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.UpdateOperationBase(UpdateOperationType)
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
name: UpdateOperationBase(UpdateOperationType type)
|
||||
nameWithType: UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase.UpdateOperationBase(UpdateOperationType type)
|
||||
type: Constructor
|
||||
syntax:
|
||||
content: protected UpdateOperationBase(UpdateOperationType type)
|
||||
parameters:
|
||||
- id: type
|
||||
type: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue> extends UpdateOperationBase
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._push_update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._push_update_operation.yml
|
||||
name: PushUpdateOperation
|
||||
nameWithType: PushUpdateOperation
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.PushUpdateOperation
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class PushUpdateOperation extends UpdateOperationWithModifier<Object[]>
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.yml
|
||||
name: UpdateModifier
|
||||
nameWithType: UpdateModifier
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateModifier
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
name: UpdateOperationType
|
||||
nameWithType: UpdateOperationType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType
|
||||
type: Enum
|
||||
syntax:
|
||||
content: public enum UpdateOperationType
|
|
@ -1,136 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
id: internal
|
||||
children:
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
- com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal.yml
|
||||
langs:
|
||||
- java
|
||||
name: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
nameWithType: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
type: Namespace
|
||||
source:
|
||||
remote:
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
branch: master
|
||||
repo: https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-source
|
||||
path: src/main/java/com/microsoft/azure/documentdb/bulkexecutor/internal/BatchInserter.java
|
||||
startLine: 22
|
||||
syntax:
|
||||
content: package com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
references:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
name: BatchInserter
|
||||
nameWithType: BatchInserter
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class BatchInserter
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
name: BatchUpdater
|
||||
nameWithType: BatchUpdater
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class BatchUpdater
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
name: BulkImportStoredProcedureOptions
|
||||
nameWithType: BulkImportStoredProcedureOptions
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class BulkImportStoredProcedureOptions
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
name: CongestionController
|
||||
nameWithType: CongestionController
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class CongestionController
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.yml
|
||||
name: DocumentAnalyzer
|
||||
nameWithType: DocumentAnalyzer
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class DocumentAnalyzer
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
name: ExceptionUtils
|
||||
nameWithType: ExceptionUtils
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class ExceptionUtils
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.yml
|
||||
name: UpdateModifier
|
||||
nameWithType: UpdateModifier
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateModifier
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
name: UpdateModifierType
|
||||
nameWithType: UpdateModifierType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType
|
||||
type: Enum
|
||||
syntax:
|
||||
content: public enum UpdateModifierType
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
name: UpdateOperation<TValue>
|
||||
nameWithType: UpdateOperation<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperation<TValue> extends UpdateOperationBase
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
name: UpdateOperationType
|
||||
nameWithType: UpdateOperationType
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType
|
||||
type: Enum
|
||||
syntax:
|
||||
content: public enum UpdateOperationType
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
name: UpdateOperationWithModifier<TValue>
|
||||
nameWithType: UpdateOperationWithModifier<TValue>
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UpdateOperationWithModifier<TValue> extends UpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
|
@ -31,14 +31,6 @@ items:
|
|||
syntax:
|
||||
content: package com.microsoft.azure.documentdb.bulkexecutor
|
||||
references:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal.yml
|
||||
name: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
nameWithType: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
fullName: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
type: Namespace
|
||||
syntax:
|
||||
content: package com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._bulk_import_response
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._bulk_import_response.yml
|
||||
|
@ -74,7 +66,7 @@ references:
|
|||
fullName: com.microsoft.azure.documentdb.bulkexecutor.IncUpdateOperation
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class IncUpdateOperation extends UpdateOperation<Double>
|
||||
content: public class IncUpdateOperation
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._push_update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._push_update_operation.yml
|
||||
|
@ -83,7 +75,7 @@ references:
|
|||
fullName: com.microsoft.azure.documentdb.bulkexecutor.PushUpdateOperation
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class PushUpdateOperation extends UpdateOperationWithModifier<Object[]>
|
||||
content: public class PushUpdateOperation
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._remove_update_operation
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._remove_update_operation.yml
|
||||
|
@ -92,7 +84,7 @@ references:
|
|||
fullName: com.microsoft.azure.documentdb.bulkexecutor.RemoveUpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class RemoveUpdateOperation<TValue> extends UpdateOperation<TValue>
|
||||
content: public class RemoveUpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._set_update_operation
|
||||
|
@ -103,7 +95,7 @@ references:
|
|||
fullName: com.microsoft.azure.documentdb.bulkexecutor.SetUpdateOperation<TValue>
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class SetUpdateOperation<TValue> extends UpdateOperation<TValue>
|
||||
content: public class SetUpdateOperation<TValue>
|
||||
typeParameters:
|
||||
- type: 649a7377
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._unset_update_operation
|
||||
|
@ -114,7 +106,7 @@ references:
|
|||
fullName: com.microsoft.azure.documentdb.bulkexecutor.UnsetUpdateOperation
|
||||
type: Class
|
||||
syntax:
|
||||
content: public class UnsetUpdateOperation extends UpdateOperation<String>
|
||||
content: public class UnsetUpdateOperation
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_item
|
||||
parent: com.microsoft.azure.documentdb.bulkexecutor
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_item.yml
|
||||
|
|
|
@ -206,16 +206,6 @@ references:
|
|||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._create_key_request" data-throw-if-not-resolved="false">CreateKeyRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._import_certificate_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._import_certificate_request._builder.yml
|
||||
name: ImportCertificateRequest.Builder
|
||||
nameWithType: ImportCertificateRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.ImportCertificateRequest.Builder
|
||||
type: Class
|
||||
summary: <p>the <xref uid="com.microsoft.azure.keyvault.requests._import_certificate_request" data-throw-if-not-resolved="false">ImportCertificateRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._import_key_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._import_key_request._builder.yml
|
||||
|
@ -226,14 +216,14 @@ references:
|
|||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._import_key_request" data-throw-if-not-resolved="false">ImportKeyRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._merge_certificate_request._builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._import_certificate_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._merge_certificate_request._builder.yml
|
||||
name: MergeCertificateRequest.Builder
|
||||
nameWithType: MergeCertificateRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.MergeCertificateRequest.Builder
|
||||
href: com.microsoft.azure.keyvault.requests._import_certificate_request._builder.yml
|
||||
name: ImportCertificateRequest.Builder
|
||||
nameWithType: ImportCertificateRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.ImportCertificateRequest.Builder
|
||||
type: Class
|
||||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._merge_certificate_request" data-throw-if-not-resolved="false">MergeCertificateRequest</xref> builder. </p>
|
||||
summary: <p>the <xref uid="com.microsoft.azure.keyvault.requests._import_certificate_request" data-throw-if-not-resolved="false">ImportCertificateRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._set_certificate_issuer_request._builder
|
||||
|
@ -246,6 +236,16 @@ references:
|
|||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._set_certificate_issuer_request" data-throw-if-not-resolved="false">SetCertificateIssuerRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._merge_certificate_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._merge_certificate_request._builder.yml
|
||||
name: MergeCertificateRequest.Builder
|
||||
nameWithType: MergeCertificateRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.MergeCertificateRequest.Builder
|
||||
type: Class
|
||||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._merge_certificate_request" data-throw-if-not-resolved="false">MergeCertificateRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._set_secret_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._set_secret_request._builder.yml
|
||||
|
@ -266,16 +266,6 @@ references:
|
|||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._update_certificate_issuer_request" data-throw-if-not-resolved="false">UpdateCertificateIssuerRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._update_certificate_policy_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._update_certificate_policy_request._builder.yml
|
||||
name: UpdateCertificatePolicyRequest.Builder
|
||||
nameWithType: UpdateCertificatePolicyRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.UpdateCertificatePolicyRequest.Builder
|
||||
type: Class
|
||||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._update_certificate_policy_request" data-throw-if-not-resolved="false">UpdateCertificatePolicyRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._update_certificate_operation_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._update_certificate_operation_request._builder.yml
|
||||
|
@ -286,14 +276,14 @@ references:
|
|||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._update_certificate_operation_request" data-throw-if-not-resolved="false">UpdateCertificateOperationRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._update_secret_request._builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._update_certificate_policy_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._update_secret_request._builder.yml
|
||||
name: UpdateSecretRequest.Builder
|
||||
nameWithType: UpdateSecretRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.Builder
|
||||
href: com.microsoft.azure.keyvault.requests._update_certificate_policy_request._builder.yml
|
||||
name: UpdateCertificatePolicyRequest.Builder
|
||||
nameWithType: UpdateCertificatePolicyRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.UpdateCertificatePolicyRequest.Builder
|
||||
type: Class
|
||||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._update_secret_request" data-throw-if-not-resolved="false">UpdateSecretRequest</xref> builder. </p>
|
||||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._update_certificate_policy_request" data-throw-if-not-resolved="false">UpdateCertificatePolicyRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._update_certificate_request._builder
|
||||
|
@ -316,3 +306,13 @@ references:
|
|||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._update_key_request" data-throw-if-not-resolved="false">UpdateKeyRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
- uid: com.microsoft.azure.keyvault.requests._update_secret_request._builder
|
||||
parent: com.microsoft.azure.keyvault.requests
|
||||
href: com.microsoft.azure.keyvault.requests._update_secret_request._builder.yml
|
||||
name: UpdateSecretRequest.Builder
|
||||
nameWithType: UpdateSecretRequest.Builder
|
||||
fullName: com.microsoft.azure.keyvault.requests.UpdateSecretRequest.Builder
|
||||
type: Class
|
||||
summary: <p>The <xref uid="com.microsoft.azure.keyvault.requests._update_secret_request" data-throw-if-not-resolved="false">UpdateSecretRequest</xref> builder. </p>
|
||||
syntax:
|
||||
content: public class Builder
|
||||
|
|
|
@ -129,7 +129,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate<FluentT>
|
||||
content: public interface WithCreate<FluentT> extends Creatable<FluentT>,Resource.DefinitionWithTags<WithCreate<FluentT>>,WebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>,WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>,WebAppBase.DefinitionStages.WithAppSettings<FluentT>,WebAppBase.DefinitionStages.WithConnectionString<FluentT>,WebAppBase.DefinitionStages.WithSourceControl<FluentT>,WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>,WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>,WebAppBase.DefinitionStages.WithAuthentication<FluentT>
|
||||
typeParameters:
|
||||
- type: dee0e3c3
|
||||
description: <p>the type of the resource </p>
|
||||
|
|
|
@ -116,7 +116,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The template for a site update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update<FluentT> extends Appliable<FluentT>,WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>,WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>,WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.UpdateStages.WithSiteConfigs<FluentT>,WebAppBase.UpdateStages.WithAppSettings<FluentT>,WebAppBase.UpdateStages.WithConnectionString<FluentT>,WebAppBase.UpdateStages.WithSourceControl<FluentT>,WebAppBase.UpdateStages.WithHostNameBinding<FluentT>,WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>,WebAppBase.UpdateStages.WithAuthentication<FluentT>
|
||||
content: public interface Update<FluentT>
|
||||
typeParameters:
|
||||
- type: dee0e3c3
|
||||
description: <p>the type of the resource </p>
|
||||
|
|
|
@ -295,7 +295,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The template for a site update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update<FluentT> extends Appliable<FluentT>,WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>,WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>,WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.UpdateStages.WithSiteConfigs<FluentT>,WebAppBase.UpdateStages.WithAppSettings<FluentT>,WebAppBase.UpdateStages.WithConnectionString<FluentT>,WebAppBase.UpdateStages.WithSourceControl<FluentT>,WebAppBase.UpdateStages.WithHostNameBinding<FluentT>,WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>,WebAppBase.UpdateStages.WithAuthentication<FluentT>
|
||||
content: public interface Update<FluentT>
|
||||
typeParameters:
|
||||
- type: dee0e3c3
|
||||
description: <p>the type of the resource </p>
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -394,22 +394,16 @@ references:
|
|||
summary: <p>The stage of a Batch account definition allowing adding an application and a storage account. </p>
|
||||
syntax:
|
||||
content: public interface WithApplicationAndStorage extends BatchAccount.DefinitionStages.WithStorage,BatchAccount.DefinitionStages.WithApplication
|
||||
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_application_package
|
||||
- uid: com.microsoft.azure.management.batch._application._update_stages._with_application_package
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._definition_stages._with_application_package.yml
|
||||
name: Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
nameWithType: Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
href: com.microsoft.azure.management.batch._application._update_stages._with_application_package.yml
|
||||
name: Application.UpdateStages.WithApplicationPackage
|
||||
nameWithType: Application.UpdateStages.WithApplicationPackage
|
||||
fullName: com.microsoft.azure.management.batch.Application.UpdateStages.WithApplicationPackage
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of a Batch application definition that allows the creation of an application package.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>The stage of a Batch application update allowing the creation of an application package. </p>
|
||||
syntax:
|
||||
content: public interface WithApplicationPackage<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
|
||||
content: public interface WithApplicationPackage
|
||||
- uid: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update_definition_af002c8421e16b745af55a95ece4e746.yml
|
||||
|
@ -426,29 +420,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batch._application._update_stages._with_application_package
|
||||
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_application_package
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._update_stages._with_application_package.yml
|
||||
name: Application.UpdateStages.WithApplicationPackage
|
||||
nameWithType: Application.UpdateStages.WithApplicationPackage
|
||||
fullName: com.microsoft.azure.management.batch.Application.UpdateStages.WithApplicationPackage
|
||||
type: Interface
|
||||
summary: <p>The stage of a Batch application update allowing the creation of an application package. </p>
|
||||
syntax:
|
||||
content: public interface WithApplicationPackage
|
||||
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._definition_stages._with_attach.yml
|
||||
name: Application.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: Application.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach<ParentT>
|
||||
href: com.microsoft.azure.management.batch._application._definition_stages._with_application_package.yml
|
||||
name: Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
nameWithType: Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the application definition. </p>
|
||||
<p>The stage of a Batch application definition that allows the creation of an application package.</p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition. </p>
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
content: public interface WithApplicationPackage<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
|
||||
|
@ -468,6 +452,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent Batch account update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batch._application._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._application._definition_stages._with_attach.yml
|
||||
name: Application.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: Application.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the application definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,Application.DefinitionStages.WithApplicationPackage<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent Batch account definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batch._batch_account._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.batch
|
||||
href: com.microsoft.azure.management.batch._batch_account._definition_stages._with_create.yml
|
||||
|
|
|
@ -1372,24 +1372,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe._definition
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe._definition.yml
|
||||
name: ToolTypeSettings.Caffe.Definition<ParentT>
|
||||
nameWithType: ToolTypeSettings.Caffe.Definition<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Caffe.Definition<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>
|
||||
|
||||
<xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe._definition" data-throw-if-not-resolved="false">Definition</xref> of <xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe" data-throw-if-not-resolved="false">Caffe</xref> settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface Definition<ParentT> extends ToolTypeSettings.Caffe.DefinitionStages.Blank<ParentT>,ToolTypeSettings.Caffe.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._tensor_flow._definition
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._tensor_flow._definition.yml
|
||||
|
@ -1408,6 +1390,24 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe._definition
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe._definition.yml
|
||||
name: ToolTypeSettings.Caffe.Definition<ParentT>
|
||||
nameWithType: ToolTypeSettings.Caffe.Definition<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Caffe.Definition<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>
|
||||
|
||||
<xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe._definition" data-throw-if-not-resolved="false">Definition</xref> of <xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe" data-throw-if-not-resolved="false">Caffe</xref> settings.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface Definition<ParentT> extends ToolTypeSettings.Caffe.DefinitionStages.Blank<ParentT>,ToolTypeSettings.Caffe.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe2._definition
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe2._definition.yml
|
||||
|
@ -1714,45 +1714,17 @@ references:
|
|||
summary: <p>Specifies <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref> Application Insights information for performance counters reporting. </p>
|
||||
syntax:
|
||||
content: public interface WithAppInsightsResourceId
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._cognitive3410844cf292485af4d9414088d05c63
|
||||
- uid: com.microsoft.azure.management.batchai._file_server._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._cognitive3410844cf292485af4d9414088d05c63.yml
|
||||
name: ToolTypeSettings.CognitiveToolkit.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: ToolTypeSettings.CognitiveToolkit.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.CognitiveToolkit.DefinitionStages.WithAttach<ParentT>
|
||||
href: com.microsoft.azure.management.batchai._file_server._definition_stages._with_attach.yml
|
||||
name: FileServer.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: FileServer.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.FileServer.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the Microsoft Cognitive Toolkit settings definition. At this stage, any remaining optional settings can be specified, or the Microsoft Cognitive Toolkit settings definition can be attached to the parent Batch AI job definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,ToolTypeSettings.DefinitionStages.WithProcessCount<WithAttach<ParentT>>,ToolTypeSettings.DefinitionStages.WithCommandLineArgs<WithAttach<ParentT>>
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,FileServer.DefinitionStages.WithSourceDirectory<ParentT>,FileServer.DefinitionStages.WithMountOptions<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._output_directory_settings._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._output_directory_settings._definition_stages._with_attach.yml
|
||||
name: OutputDirectorySettings.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: OutputDirectorySettings.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.OutputDirectorySettings.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the output directory settings definition. At this stage, any remaining optional settings can be specified, or the output directory settings definition can be attached to the parent Batch AI job definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,OutputDirectorySettings.DefinitionStages.WithPathSuffix<ParentT>,OutputDirectorySettings.DefinitionStages.WithCreateNew<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._node_setup_task._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._node_setup_task._definition_stages._with_attach.yml
|
||||
name: NodeSetupTask.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: NodeSetupTask.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.NodeSetupTask.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the setup task definition. At this stage, any remaining optional settings can be specified, or the setup task definition can be attached to the parent cluster definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,NodeSetupTask.DefinitionStages.WithElevatedMode<ParentT>,NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>,NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._chainer_1e7b973d824fd8ecfc0ed5a647211db29
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._chainer_1e7b973d824fd8ecfc0ed5a647211db29.yml
|
||||
|
@ -1779,6 +1751,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._node_setup_task._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._node_setup_task._definition_stages._with_attach.yml
|
||||
name: NodeSetupTask.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: NodeSetupTask.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.NodeSetupTask.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the setup task definition. At this stage, any remaining optional settings can be specified, or the setup task definition can be attached to the parent cluster definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,NodeSetupTask.DefinitionStages.WithElevatedMode<ParentT>,NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>,NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_attach.yml
|
||||
|
@ -1790,6 +1775,32 @@ references:
|
|||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,AzureFileShare.DefinitionStages.WithFileMode<ParentT>,AzureFileShare.DefinitionStages.WithDirectoryMode<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._output_directory_settings._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._output_directory_settings._definition_stages._with_attach.yml
|
||||
name: OutputDirectorySettings.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: OutputDirectorySettings.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.OutputDirectorySettings.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the output directory settings definition. At this stage, any remaining optional settings can be specified, or the output directory settings definition can be attached to the parent Batch AI job definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,OutputDirectorySettings.DefinitionStages.WithPathSuffix<ParentT>,OutputDirectorySettings.DefinitionStages.WithCreateNew<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._cognitive3410844cf292485af4d9414088d05c63
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._cognitive3410844cf292485af4d9414088d05c63.yml
|
||||
name: ToolTypeSettings.CognitiveToolkit.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: ToolTypeSettings.CognitiveToolkit.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.CognitiveToolkit.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the Microsoft Cognitive Toolkit settings definition. At this stage, any remaining optional settings can be specified, or the Microsoft Cognitive Toolkit settings definition can be attached to the parent Batch AI job definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,ToolTypeSettings.DefinitionStages.WithProcessCount<WithAttach<ParentT>>,ToolTypeSettings.DefinitionStages.WithCommandLineArgs<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._tensor_fl8ca12f8b60b81dbb08d4edc7cb644810
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._tensor_fl8ca12f8b60b81dbb08d4edc7cb644810.yml
|
||||
|
@ -1814,19 +1825,6 @@ references:
|
|||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,AzureBlobFileSystem.DefinitionStages.WithMountOptions<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_67b0496408b87f9c47a7d911a5fc7c52
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_67b0496408b87f9c47a7d911a5fc7c52.yml
|
||||
name: ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the <xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe2" data-throw-if-not-resolved="false">Caffe2</xref> settings definition. At this stage, any remaining optional settings can be specified, or the <xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe2" data-throw-if-not-resolved="false">Caffe2</xref> settings definition can be attached to the parent Batch AI job definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,ToolTypeSettings.DefinitionStages.WithCommandLineArgs<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe.d04ffbd053e9d9aa2a87e1f384159fee
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe.d04ffbd053e9d9aa2a87e1f384159fee.yml
|
||||
|
@ -1856,39 +1854,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._file_server._definition_stages._with_attach
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_67b0496408b87f9c47a7d911a5fc7c52
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._file_server._definition_stages._with_attach.yml
|
||||
name: FileServer.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: FileServer.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.FileServer.DefinitionStages.WithAttach<ParentT>
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_67b0496408b87f9c47a7d911a5fc7c52.yml
|
||||
name: ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The final stage of the <xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe2" data-throw-if-not-resolved="false">Caffe2</xref> settings definition. At this stage, any remaining optional settings can be specified, or the <xref uid="com.microsoft.azure.management.batchai._tool_type_settings._caffe2" data-throw-if-not-resolved="false">Caffe2</xref> settings definition can be attached to the parent Batch AI job definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,FileServer.DefinitionStages.WithSourceDirectory<ParentT>,FileServer.DefinitionStages.WithMountOptions<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_515de62c992a30d242732a31d4a669f8
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_515de62c992a30d242732a31d4a669f8.yml
|
||||
name: ToolTypeSettings.Caffe2.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
nameWithType: ToolTypeSettings.Caffe2.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Caffe2.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithAttachAndPythonInterpreter<ParentT> extends ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>,ToolTypeSettings.DefinitionStages.WithPythonInterpreter<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._chainer_120878169797dfcd42d51b722aa701e32
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._chainer_120878169797dfcd42d51b722aa701e32.yml
|
||||
name: ToolTypeSettings.Chainer.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
nameWithType: ToolTypeSettings.Chainer.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Chainer.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithAttachAndPythonInterpreter<ParentT> extends ToolTypeSettings.Chainer.DefinitionStages.WithAttach<ParentT>,ToolTypeSettings.DefinitionStages.WithPythonInterpreter<WithAttach<ParentT>>
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,ToolTypeSettings.DefinitionStages.WithCommandLineArgs<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe.d0a93d8c45f68665f501776440d95edf
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe.d0a93d8c45f68665f501776440d95edf.yml
|
||||
|
@ -1911,6 +1889,28 @@ references:
|
|||
content: public interface WithAttachAndPythonInterpreter<ParentT> extends ToolTypeSettings.CognitiveToolkit.DefinitionStages.WithAttach<ParentT>,ToolTypeSettings.DefinitionStages.WithPythonInterpreter<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._chainer_120878169797dfcd42d51b722aa701e32
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._chainer_120878169797dfcd42d51b722aa701e32.yml
|
||||
name: ToolTypeSettings.Chainer.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
nameWithType: ToolTypeSettings.Chainer.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Chainer.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithAttachAndPythonInterpreter<ParentT> extends ToolTypeSettings.Chainer.DefinitionStages.WithAttach<ParentT>,ToolTypeSettings.DefinitionStages.WithPythonInterpreter<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_515de62c992a30d242732a31d4a669f8
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_515de62c992a30d242732a31d4a669f8.yml
|
||||
name: ToolTypeSettings.Caffe2.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
nameWithType: ToolTypeSettings.Caffe2.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.Caffe2.DefinitionStages.WithAttachAndPythonInterpreter<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithAttachAndPythonInterpreter<ParentT> extends ToolTypeSettings.Caffe2.DefinitionStages.WithAttach<ParentT>,ToolTypeSettings.DefinitionStages.WithPythonInterpreter<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_azure_file_url
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_azure_file_url.yml
|
||||
|
@ -2000,16 +2000,6 @@ references:
|
|||
summary: <p>The stage of a virtual network gateway connection definition with sufficient inputs to create a new connection in the cloud, but exposing additional optional settings to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<BatchAIJob>,Resource.DefinitionWithTags<WithCreate>,BatchAIJob.DefinitionStages.WithJobPreparation,BatchAIJob.DefinitionStages.WithInputDirectory,BatchAIJob.DefinitionStages.WithOutputDirectory,BatchAIJob.DefinitionStages.WithContainerSettings,BatchAIJob.DefinitionStages.WithExperimentName,BatchAIJob.DefinitionStages.WithEnvironmentVariable,BatchAIJob.DefinitionStages.WithEnvironmentVariableSecretValue,HasMountVolumes.DefinitionStages.WithMountVolumes<WithCreate>
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_create.yml
|
||||
name: BatchAIFileServer.DefinitionStages.WithCreate
|
||||
nameWithType: BatchAIFileServer.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAIFileServer.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<BatchAIFileServer>,Resource.DefinitionWithTags<WithCreate>,BatchAIFileServer.DefinitionStages.WithUserCredentials,BatchAIFileServer.DefinitionStages.WithSubnet
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_create.yml
|
||||
|
@ -2020,6 +2010,16 @@ references:
|
|||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<BatchAICluster>,BatchAICluster.DefinitionStages.WithUserCredentials,BatchAICluster.DefinitionStages.WithVMPriority,BatchAICluster.DefinitionStages.WithSetupTask,HasMountVolumes.DefinitionStages.WithMountVolumes<WithCreate>,BatchAICluster.DefinitionStages.WithAppInsightsResourceId,BatchAICluster.DefinitionStages.WithVirtualMachineImage,BatchAICluster.DefinitionStages.WithSubnet,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_create.yml
|
||||
name: BatchAIFileServer.DefinitionStages.WithCreate
|
||||
nameWithType: BatchAIFileServer.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAIFileServer.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<BatchAIFileServer>,Resource.DefinitionWithTags<WithCreate>,BatchAIFileServer.DefinitionStages.WithUserCredentials,BatchAIFileServer.DefinitionStages.WithSubnet
|
||||
- uid: com.microsoft.azure.management.batchai._output_directory_settings._de70d4116c9ea1f563b6072901a105a5ab
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._output_directory_settings._de70d4116c9ea1f563b6072901a105a5ab.yml
|
||||
|
@ -2299,19 +2299,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>next definition stage type </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._py_torch_8ac3b6f33d782d1ae93af4159e4edbc8
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._py_torch_8ac3b6f33d782d1ae93af4159e4edbc8.yml
|
||||
name: ToolTypeSettings.PyTorch.DefinitionStages.WithPython<ParentT>
|
||||
nameWithType: ToolTypeSettings.PyTorch.DefinitionStages.WithPython<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.PyTorch.DefinitionStages.WithPython<ParentT>
|
||||
type: Interface
|
||||
summary: <p>Specifies python script file path to execute the job. </p>
|
||||
syntax:
|
||||
content: public interface WithPython<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._tensor_fl0f3325dc8b52a26820c478fd887a74bd
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._tensor_fl0f3325dc8b52a26820c478fd887a74bd.yml
|
||||
|
@ -2325,6 +2312,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._py_torch_8ac3b6f33d782d1ae93af4159e4edbc8
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._py_torch_8ac3b6f33d782d1ae93af4159e4edbc8.yml
|
||||
name: ToolTypeSettings.PyTorch.DefinitionStages.WithPython<ParentT>
|
||||
nameWithType: ToolTypeSettings.PyTorch.DefinitionStages.WithPython<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.ToolTypeSettings.PyTorch.DefinitionStages.WithPython<ParentT>
|
||||
type: Interface
|
||||
summary: <p>Specifies python script file path to execute the job. </p>
|
||||
syntax:
|
||||
content: public interface WithPython<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_ad144b091fcdd401142a642285da26c6
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._tool_type_settings._caffe2_1_ad144b091fcdd401142a642285da26c6.yml
|
||||
|
@ -2377,17 +2377,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.batchai._file_server._definition_stages._with_relative_mount_path
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._file_server._definition_stages._with_relative_mount_path.yml
|
||||
name: FileServer.DefinitionStages.WithRelativeMountPath<ParentT>
|
||||
nameWithType: FileServer.DefinitionStages.WithRelativeMountPath<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.FileServer.DefinitionStages.WithRelativeMountPath<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithRelativeMountPath<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._azure_file_share._definition_24ae3df5b46d6a156a23af4b24e29490
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._azure_file_share._definition_24ae3df5b46d6a156a23af4b24e29490.yml
|
||||
|
@ -2410,6 +2399,26 @@ references:
|
|||
content: public interface WithRelativeMountPath<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._file_server._definition_stages._with_relative_mount_path
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._file_server._definition_stages._with_relative_mount_path.yml
|
||||
name: FileServer.DefinitionStages.WithRelativeMountPath<ParentT>
|
||||
nameWithType: FileServer.DefinitionStages.WithRelativeMountPath<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.FileServer.DefinitionStages.WithRelativeMountPath<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithRelativeMountPath<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._update_stages._with_scale_settings
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._update_stages._with_scale_settings.yml
|
||||
name: BatchAICluster.UpdateStages.WithScaleSettings
|
||||
nameWithType: BatchAICluster.UpdateStages.WithScaleSettings
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAICluster.UpdateStages.WithScaleSettings
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithScaleSettings
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_scale_settings
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_scale_settings.yml
|
||||
|
@ -2420,15 +2429,6 @@ references:
|
|||
summary: <p>Specifies scale settings for the cluster. </p>
|
||||
syntax:
|
||||
content: public interface WithScaleSettings
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._update_stages._with_scale_settings
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._update_stages._with_scale_settings.yml
|
||||
name: BatchAICluster.UpdateStages.WithScaleSettings
|
||||
nameWithType: BatchAICluster.UpdateStages.WithScaleSettings
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAICluster.UpdateStages.WithScaleSettings
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithScaleSettings
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_setup_task
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_setup_task.yml
|
||||
|
@ -2473,17 +2473,6 @@ references:
|
|||
summary: <p>The stage of the job definition allowing to specify where Batch AI will upload stdout and stderr of the job. </p>
|
||||
syntax:
|
||||
content: public interface WithStdOutErrPathPrefix
|
||||
- uid: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_storage_account
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_storage_account.yml
|
||||
name: AzureFileShare.DefinitionStages.WithStorageAccount<ParentT>
|
||||
nameWithType: AzureFileShare.DefinitionStages.WithStorageAccount<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.AzureFileShare.DefinitionStages.WithStorageAccount<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithStorageAccount<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._azure_blob_file_system._defincf91693cf01d8c2d61d2ee8785b0d473
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._azure_blob_file_system._defincf91693cf01d8c2d61d2ee8785b0d473.yml
|
||||
|
@ -2495,6 +2484,17 @@ references:
|
|||
content: public interface WithStorageAccount<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_storage_account
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._azure_file_share._definition_stages._with_storage_account.yml
|
||||
name: AzureFileShare.DefinitionStages.WithStorageAccount<ParentT>
|
||||
nameWithType: AzureFileShare.DefinitionStages.WithStorageAccount<ParentT>
|
||||
fullName: com.microsoft.azure.management.batchai.AzureFileShare.DefinitionStages.WithStorageAccount<ParentT>
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithStorageAccount<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.batchai._azure_blob_file_system._definf9f39e7ab8644b53ee4c1c07d0b95891
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._azure_blob_file_system._definf9f39e7ab8644b53ee4c1c07d0b95891.yml
|
||||
|
@ -2555,16 +2555,6 @@ references:
|
|||
summary: <p>This stage of a Batch AI file server definition allows to specify user credentials. </p>
|
||||
syntax:
|
||||
content: public interface WithUserCredentials
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_user_name
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_user_name.yml
|
||||
name: BatchAICluster.DefinitionStages.WithUserName
|
||||
nameWithType: BatchAICluster.DefinitionStages.WithUserName
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAICluster.DefinitionStages.WithUserName
|
||||
type: Interface
|
||||
summary: <p>Specifies the name of the administrator account that gets created on each of the nodes of a cluster. </p>
|
||||
syntax:
|
||||
content: public interface WithUserName
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_user_name
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_user_name.yml
|
||||
|
@ -2575,6 +2565,16 @@ references:
|
|||
summary: <p>This stage of a Batch AI file server definition allows to specify administrator account name. </p>
|
||||
syntax:
|
||||
content: public interface WithUserName
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_user_name
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_user_name.yml
|
||||
name: BatchAICluster.DefinitionStages.WithUserName
|
||||
nameWithType: BatchAICluster.DefinitionStages.WithUserName
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAICluster.DefinitionStages.WithUserName
|
||||
type: Interface
|
||||
summary: <p>Specifies the name of the administrator account that gets created on each of the nodes of a cluster. </p>
|
||||
syntax:
|
||||
content: public interface WithUserName
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition0707c297b132e64773f2b921bdb7ae24
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition0707c297b132e64773f2b921bdb7ae24.yml
|
||||
|
@ -2594,16 +2594,6 @@ references:
|
|||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithVMPriority
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_v_m_size
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_v_m_size.yml
|
||||
name: BatchAICluster.DefinitionStages.WithVMSize
|
||||
nameWithType: BatchAICluster.DefinitionStages.WithVMSize
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAICluster.DefinitionStages.WithVMSize
|
||||
type: Interface
|
||||
summary: <p>The stage of a Batch AI cluster definition allowing to specify virtual machine size. All virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref> VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). </p>
|
||||
syntax:
|
||||
content: public interface WithVMSize
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_v_m_size
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_file_server._definition_stages._with_v_m_size.yml
|
||||
|
@ -2614,3 +2604,13 @@ references:
|
|||
summary: <p>This stage of a Batch AI file server definition allows to specify virtual machine size. </p>
|
||||
syntax:
|
||||
content: public interface WithVMSize
|
||||
- uid: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_v_m_size
|
||||
parent: com.microsoft.azure.management.batchai
|
||||
href: com.microsoft.azure.management.batchai._batch_a_i_cluster._definition_stages._with_v_m_size.yml
|
||||
name: BatchAICluster.DefinitionStages.WithVMSize
|
||||
nameWithType: BatchAICluster.DefinitionStages.WithVMSize
|
||||
fullName: com.microsoft.azure.management.batchai.BatchAICluster.DefinitionStages.WithVMSize
|
||||
type: Interface
|
||||
summary: <p>The stage of a Batch AI cluster definition allowing to specify virtual machine size. All virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref> VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). </p>
|
||||
syntax:
|
||||
content: public interface WithVMSize
|
||||
|
|
|
@ -561,22 +561,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537.yml
|
||||
name: CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT>
|
||||
nameWithType: CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT>
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the CDN profile endpoint definition allowing to specify the origin.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface StandardEndpoint<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._standard_endpoint
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._blank._standard_endpoint.yml
|
||||
|
@ -593,16 +577,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update.yml
|
||||
name: CdnEndpoint.Update
|
||||
nameWithType: CdnEndpoint.Update
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.Update
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_sc52d7b69639fb186cc1bcea7ec6f1537.yml
|
||||
name: CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT>
|
||||
nameWithType: CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT>
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The entirety of a CDN endpoint update as part of a CDN profile update. </p>
|
||||
summary: >-
|
||||
<p>The stage of the CDN profile endpoint definition allowing to specify the origin.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface Update extends Settable<CdnProfile.Update>
|
||||
content: public interface StandardEndpoint<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_profile._update
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_profile._update.yml
|
||||
|
@ -613,6 +603,16 @@ references:
|
|||
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<CdnProfile>,CdnProfile.UpdateStages.WithEndpoint,Resource.UpdateWithTags<Update>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update.yml
|
||||
name: CdnEndpoint.Update
|
||||
nameWithType: CdnEndpoint.Update
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.Update
|
||||
type: Interface
|
||||
summary: <p>The entirety of a CDN endpoint update as part of a CDN profile update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Settable<CdnProfile.Update>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages.yml
|
||||
|
@ -683,22 +683,6 @@ references:
|
|||
summary: <p>The stage of a CDN profile definition allowing the resource group to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithGroup extends GroupableResource<TManager, InnerT>.DefinitionStages.WithGroup<WithSku>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach.yml
|
||||
name: CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
|
||||
nameWithType: CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of a CDN profile Premium Verizon endpoint definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition </p>
|
||||
syntax:
|
||||
content: public interface WithPremiumAttach<ParentT> extends CdnEndpoint.UpdateDefinitionStages.AttachablePremium<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_premium_attach
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._definition_stages._with_premium_attach.yml
|
||||
|
@ -715,6 +699,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_endpoint._update_definition_stages._with_premium_attach.yml
|
||||
name: CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
|
||||
nameWithType: CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.cdn.CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of a CDN profile Premium Verizon endpoint definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the CDN profile endpoint definition can be attached to the parent CDN profile definition </p>
|
||||
syntax:
|
||||
content: public interface WithPremiumAttach<ParentT> extends CdnEndpoint.UpdateDefinitionStages.AttachablePremium<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent CDN profile update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_premium_verizon_create
|
||||
parent: com.microsoft.azure.management.cdn
|
||||
href: com.microsoft.azure.management.cdn._cdn_profile._definition_stages._with_premium_verizon_create.yml
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T>
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T>
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -619,16 +619,6 @@ references:
|
|||
summary: <p>Grouping of registry webhook actions. </p>
|
||||
syntax:
|
||||
content: public interface WebhooksClient
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._definitiob06212f35d0e8b82b38a81eb32e41408
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._definitiob06212f35d0e8b82b38a81eb32e41408.yml
|
||||
name: Registry.DefinitionStages.WithAdminUserEnabled
|
||||
nameWithType: Registry.DefinitionStages.WithAdminUserEnabled
|
||||
fullName: com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithAdminUserEnabled
|
||||
type: Interface
|
||||
summary: <p>The stage of the registry definition allowing to enable admin user. </p>
|
||||
syntax:
|
||||
content: public interface WithAdminUserEnabled
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._update_st6642e3869d42dcfb4cd7ea443190e9f6
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._update_st6642e3869d42dcfb4cd7ea443190e9f6.yml
|
||||
|
@ -639,6 +629,32 @@ references:
|
|||
summary: <p>The stage of the registry update allowing to enable admin user. </p>
|
||||
syntax:
|
||||
content: public interface WithAdminUserEnabled
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._definitiob06212f35d0e8b82b38a81eb32e41408
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._definitiob06212f35d0e8b82b38a81eb32e41408.yml
|
||||
name: Registry.DefinitionStages.WithAdminUserEnabled
|
||||
nameWithType: Registry.DefinitionStages.WithAdminUserEnabled
|
||||
fullName: com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithAdminUserEnabled
|
||||
type: Interface
|
||||
summary: <p>The stage of the registry definition allowing to enable admin user. </p>
|
||||
syntax:
|
||||
content: public interface WithAdminUserEnabled
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_attach.yml
|
||||
name: Webhook.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the webhook definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the webhook definition can be attached to the parent container group definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Webhook.DefinitionStages.WithCustomHeaders<ParentT>,Webhook.DefinitionStages.WithRepositoriesScope<ParentT>,Webhook.DefinitionStages.WithDefaultStatus<ParentT>,Resource.DefinitionWithTags<WithAttach<ParentT>>,Attachable<ParentT>.InDefinition
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_definition_stages._with_attach.yml
|
||||
|
@ -671,22 +687,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_attach.yml
|
||||
name: Webhook.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the webhook definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the webhook definition can be attached to the parent container group definition. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Webhook.DefinitionStages.WithCustomHeaders<ParentT>,Webhook.DefinitionStages.WithRepositoriesScope<ParentT>,Webhook.DefinitionStages.WithDefaultStatus<ParentT>,Resource.DefinitionWithTags<WithAttach<ParentT>>,Attachable<ParentT>.InDefinition
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._definition_stages._with_create.yml
|
||||
|
@ -697,6 +697,22 @@ references:
|
|||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<Registry>,Registry.DefinitionStages.WithAdminUserEnabled,Registry.DefinitionStages.WithWebhook,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_custom_headers
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_custom_headers.yml
|
||||
name: Webhook.DefinitionStages.WithCustomHeaders<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithCustomHeaders<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithCustomHeaders<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithCustomHeaders<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_res366324f947d4d62ae6d23cbe44fdcfe0
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_res366324f947d4d62ae6d23cbe44fdcfe0.yml
|
||||
|
@ -713,12 +729,12 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_custom_headers
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_def36a905f501efcd72381aa8025c842041
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_custom_headers.yml
|
||||
name: Webhook.DefinitionStages.WithCustomHeaders<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithCustomHeaders<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithCustomHeaders<ParentT>
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_def36a905f501efcd72381aa8025c842041.yml
|
||||
name: Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
|
||||
nameWithType: Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.</p>
|
||||
|
@ -739,22 +755,6 @@ references:
|
|||
summary: <p>The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications. </p>
|
||||
syntax:
|
||||
content: public interface WithCustomHeaders
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_def36a905f501efcd72381aa8025c842041
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_def36a905f501efcd72381aa8025c842041.yml
|
||||
name: Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
|
||||
nameWithType: Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithCustomHeaders<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_default_status
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_default_status.yml
|
||||
|
@ -765,6 +765,22 @@ references:
|
|||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the default status of the webhook after being created.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithDefaultStatus<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_def20b312450253ba4803c894d02e088747
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_def20b312450253ba4803c894d02e088747.yml
|
||||
name: Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
|
||||
nameWithType: Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the default status of the webhook after being created.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithDefaultStatus<ParentT>
|
||||
|
@ -781,22 +797,6 @@ references:
|
|||
summary: <p>The stage of the webhook definition allowing to specify the default status of the webhook after being created. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultStatus
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_def20b312450253ba4803c894d02e088747
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_def20b312450253ba4803c894d02e088747.yml
|
||||
name: Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
|
||||
nameWithType: Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the default status of the webhook after being created.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithDefaultStatus<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_res0b44496c21aaf322fc944249a931e6f9
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_res0b44496c21aaf322fc944249a931e6f9.yml
|
||||
|
@ -839,22 +839,16 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition5fe7eab733499f57c88cd00901fb8cfb
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_repositories_scope
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition5fe7eab733499f57c88cd00901fb8cfb.yml
|
||||
name: Webhook.DefinitionStages.WithRepositoriesScope<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithRepositoriesScope<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithRepositoriesScope<ParentT>
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_repositories_scope.yml
|
||||
name: Webhook.UpdateStages.WithRepositoriesScope
|
||||
nameWithType: Webhook.UpdateStages.WithRepositoriesScope
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithRepositoriesScope
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered. </p>
|
||||
syntax:
|
||||
content: public interface WithRepositoriesScope<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
content: public interface WithRepositoriesScope
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_defd966b30129762046cc43d6e4e8294efa
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_defd966b30129762046cc43d6e4e8294efa.yml
|
||||
|
@ -871,16 +865,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_repositories_scope
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_repositories_scope.yml
|
||||
name: Webhook.UpdateStages.WithRepositoriesScope
|
||||
nameWithType: Webhook.UpdateStages.WithRepositoriesScope
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithRepositoriesScope
|
||||
type: Interface
|
||||
summary: <p>The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered. </p>
|
||||
syntax:
|
||||
content: public interface WithRepositoriesScope
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_resfcf3f510375fee7e91d2c5b2012419e4
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_resfcf3f510375fee7e91d2c5b2012419e4.yml
|
||||
|
@ -897,6 +881,48 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition5fe7eab733499f57c88cd00901fb8cfb
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition5fe7eab733499f57c88cd00901fb8cfb.yml
|
||||
name: Webhook.DefinitionStages.WithRepositoriesScope<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithRepositoriesScope<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithRepositoriesScope<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithRepositoriesScope<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_service_uri
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_service_uri.yml
|
||||
name: Webhook.DefinitionStages.WithServiceUri<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithServiceUri<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithServiceUri<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the service URI for post notifications.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithServiceUri<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_service_uri
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_service_uri.yml
|
||||
name: Webhook.UpdateStages.WithServiceUri
|
||||
nameWithType: Webhook.UpdateStages.WithServiceUri
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithServiceUri
|
||||
type: Interface
|
||||
summary: <p>The stage of the webhook definition allowing to specify the service URI for post notifications. </p>
|
||||
syntax:
|
||||
content: public interface WithServiceUri
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_defd1ef7fcab996699e1e5e37cbc02773a7
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_defd1ef7fcab996699e1e5e37cbc02773a7.yml
|
||||
|
@ -929,42 +955,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_service_uri
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_service_uri.yml
|
||||
name: Webhook.UpdateStages.WithServiceUri
|
||||
nameWithType: Webhook.UpdateStages.WithServiceUri
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithServiceUri
|
||||
type: Interface
|
||||
summary: <p>The stage of the webhook definition allowing to specify the service URI for post notifications. </p>
|
||||
syntax:
|
||||
content: public interface WithServiceUri
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_service_uri
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._definition_stages._with_service_uri.yml
|
||||
name: Webhook.DefinitionStages.WithServiceUri<ParentT>
|
||||
nameWithType: Webhook.DefinitionStages.WithServiceUri<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithServiceUri<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the webhook definition allowing to specify the service URI for post notifications.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithServiceUri<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._update_stages._with_sku
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._update_stages._with_sku.yml
|
||||
name: Registry.UpdateStages.WithSku
|
||||
nameWithType: Registry.UpdateStages.WithSku
|
||||
fullName: com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithSku
|
||||
type: Interface
|
||||
summary: <p>The stage of the registry definition allowing to specify the SKU type. </p>
|
||||
syntax:
|
||||
content: public interface WithSku
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._definition_stages._with_sku
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._definition_stages._with_sku.yml
|
||||
|
@ -975,6 +965,16 @@ references:
|
|||
summary: <p>The stage of the registry definition allowing to specify the SKU type. </p>
|
||||
syntax:
|
||||
content: public interface WithSku
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._update_stages._with_sku
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._update_stages._with_sku.yml
|
||||
name: Registry.UpdateStages.WithSku
|
||||
nameWithType: Registry.UpdateStages.WithSku
|
||||
fullName: com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithSku
|
||||
type: Interface
|
||||
summary: <p>The stage of the registry definition allowing to specify the SKU type. </p>
|
||||
syntax:
|
||||
content: public interface WithSku
|
||||
- uid: com.microsoft.azure.management.containerregistry._registry._definitio14a2db7d9e9b481e326e9e932ab494d3
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._registry._definitio14a2db7d9e9b481e326e9e932ab494d3.yml
|
||||
|
@ -1001,6 +1001,15 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_trigger_when
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_trigger_when.yml
|
||||
name: Webhook.UpdateStages.WithTriggerWhen
|
||||
nameWithType: Webhook.UpdateStages.WithTriggerWhen
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithTriggerWhen
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithTriggerWhen
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_def4e96bb41784f24b728c0666f3a2eb866
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_def4e96bb41784f24b728c0666f3a2eb866.yml
|
||||
|
@ -1033,15 +1042,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_trigger_when
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_stages._with_trigger_when.yml
|
||||
name: Webhook.UpdateStages.WithTriggerWhen
|
||||
nameWithType: Webhook.UpdateStages.WithTriggerWhen
|
||||
fullName: com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithTriggerWhen
|
||||
type: Interface
|
||||
syntax:
|
||||
content: public interface WithTriggerWhen
|
||||
- uid: com.microsoft.azure.management.containerregistry._webhook._update_resb6dc4798fcd1ab0d2c931b948f154349
|
||||
parent: com.microsoft.azure.management.containerregistry
|
||||
href: com.microsoft.azure.management.containerregistry._webhook._update_resb6dc4798fcd1ab0d2c931b948f154349.yml
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -640,16 +640,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the container service definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerservice._kubernetes_cluster._0308ada16cf6862d2227ab0b2c0bb1bd
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._kubernetes_cluster._0308ada16cf6862d2227ab0b2c0bb1bd.yml
|
||||
name: KubernetesCluster.DefinitionStages.WithCreate
|
||||
nameWithType: KubernetesCluster.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.containerservice.KubernetesCluster.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<KubernetesCluster>,KubernetesCluster.DefinitionStages.WithDnsPrefix,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.containerservice._container_service._d8f0042b5587eadb72476be1a87a7ddec
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._container_service._d8f0042b5587eadb72476be1a87a7ddec.yml
|
||||
|
@ -660,6 +650,16 @@ references:
|
|||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends ContainerService.DefinitionStages.WithMasterDnsPrefix,ContainerService.DefinitionStages.WithDiagnostics,ContainerService.DefinitionStages.WithMasterVMSize,ContainerService.DefinitionStages.WithMasterStorageProfile,ContainerService.DefinitionStages.WithMasterOSDiskSize,ContainerService.DefinitionStages.WithSubnet,Creatable<ContainerService>,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.containerservice._kubernetes_cluster._0308ada16cf6862d2227ab0b2c0bb1bd
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._kubernetes_cluster._0308ada16cf6862d2227ab0b2c0bb1bd.yml
|
||||
name: KubernetesCluster.DefinitionStages.WithCreate
|
||||
nameWithType: KubernetesCluster.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.containerservice.KubernetesCluster.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<KubernetesCluster>,KubernetesCluster.DefinitionStages.WithDnsPrefix,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.containerservice._container_service._u94b49263dd274b3860eda8809fcb3e0e
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._container_service._u94b49263dd274b3860eda8809fcb3e0e.yml
|
||||
|
@ -878,12 +878,12 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the container service definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerservice._container_service_agent806c6fb5b44cb923bd37a83517715ac0
|
||||
- uid: com.microsoft.azure.management.containerservice._kubernetes_cluster_agen5da2ac523f89acef13fbf31668398e2a
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._container_service_agent806c6fb5b44cb923bd37a83517715ac0.yml
|
||||
name: ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
nameWithType: ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
href: com.microsoft.azure.management.containerservice._kubernetes_cluster_agen5da2ac523f89acef13fbf31668398e2a.yml
|
||||
name: KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
nameWithType: KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of a container service agent pool definition allowing to specify the agent pool OS type.</p>
|
||||
|
@ -894,12 +894,12 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the container service definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.containerservice._kubernetes_cluster_agen5da2ac523f89acef13fbf31668398e2a
|
||||
- uid: com.microsoft.azure.management.containerservice._container_service_agent806c6fb5b44cb923bd37a83517715ac0
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._kubernetes_cluster_agen5da2ac523f89acef13fbf31668398e2a.yml
|
||||
name: KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
nameWithType: KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
href: com.microsoft.azure.management.containerservice._container_service_agent806c6fb5b44cb923bd37a83517715ac0.yml
|
||||
name: ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
nameWithType: ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
fullName: com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.DefinitionStages.WithOSType<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of a container service agent pool definition allowing to specify the agent pool OS type.</p>
|
||||
|
@ -998,16 +998,6 @@ references:
|
|||
summary: <p>The stage of the container service definition allowing to specify the virtual network and subnet for the machines. </p>
|
||||
syntax:
|
||||
content: public interface WithSubnet
|
||||
- uid: com.microsoft.azure.management.containerservice._kubernetes_cluster._b8a795bac91722668b1a4082c8a35181
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._kubernetes_cluster._b8a795bac91722668b1a4082c8a35181.yml
|
||||
name: KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount
|
||||
nameWithType: KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount
|
||||
fullName: com.microsoft.azure.management.containerservice.KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount
|
||||
type: Interface
|
||||
summary: <p>The stage of the Kubernetes cluster update definition allowing to specify the number of agents in the specified pool. </p>
|
||||
syntax:
|
||||
content: public interface WithUpdateAgentPoolCount
|
||||
- uid: com.microsoft.azure.management.containerservice._container_service._u386d673509c581243d477dec5079d87b
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._container_service._u386d673509c581243d477dec5079d87b.yml
|
||||
|
@ -1018,6 +1008,16 @@ references:
|
|||
summary: <p>The stage of the container service update allowing to specify the number of agents in the specified pool. </p>
|
||||
syntax:
|
||||
content: public interface WithUpdateAgentPoolCount
|
||||
- uid: com.microsoft.azure.management.containerservice._kubernetes_cluster._b8a795bac91722668b1a4082c8a35181
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._kubernetes_cluster._b8a795bac91722668b1a4082c8a35181.yml
|
||||
name: KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount
|
||||
nameWithType: KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount
|
||||
fullName: com.microsoft.azure.management.containerservice.KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount
|
||||
type: Interface
|
||||
summary: <p>The stage of the Kubernetes cluster update definition allowing to specify the number of agents in the specified pool. </p>
|
||||
syntax:
|
||||
content: public interface WithUpdateAgentPoolCount
|
||||
- uid: com.microsoft.azure.management.containerservice._kubernetes_cluster._10ec87ac4fd20de55bead90935935c0f
|
||||
parent: com.microsoft.azure.management.containerservice
|
||||
href: com.microsoft.azure.management.containerservice._kubernetes_cluster._10ec87ac4fd20de55bead90935935c0f.yml
|
||||
|
|
|
@ -753,22 +753,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._srv_record_set_blank
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._srv_record_set_blank.yml
|
||||
name: DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The first stage of a SRV record definition.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SrvRecordSetBlank<ParentT> extends DnsRecordSet.DefinitionStages.WithSrvRecordEntry<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition5382701d833c00406c1213221d4d11c2
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition5382701d833c00406c1213221d4d11c2.yml
|
||||
|
@ -785,6 +769,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._srv_record_set_blank
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._srv_record_set_blank.yml
|
||||
name: DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The first stage of a SRV record definition.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface SrvRecordSetBlank<ParentT> extends DnsRecordSet.DefinitionStages.WithSrvRecordEntry<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._txt_record_set_blank
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._txt_record_set_blank.yml
|
||||
|
@ -986,6 +986,16 @@ references:
|
|||
summary: <p>The entirety of a TXT record set update as a part of parent DNS zone update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateTxtRecordSet extends DnsRecordSet.UpdateStages.WithTxtRecordTextValue,DnsRecordSet.Update
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_i_pv6_address
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_i_pv6_address.yml
|
||||
name: DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
|
||||
type: Interface
|
||||
summary: <p>The stage of the AAAA record set update allowing to add or remove AAAA record. </p>
|
||||
syntax:
|
||||
content: public interface WithAaaaRecordIPv6Address
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitione7ffca259fda1f1df24b699a121ba159
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definitione7ffca259fda1f1df24b699a121ba159.yml
|
||||
|
@ -1002,16 +1012,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_i_pv6_address
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_aaaa_record_i_pv6_address.yml
|
||||
name: DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
|
||||
type: Interface
|
||||
summary: <p>The stage of the AAAA record set update allowing to add or remove AAAA record. </p>
|
||||
syntax:
|
||||
content: public interface WithAaaaRecordIPv6Address
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages311fc2ab9d0d22f77305198283fb1ca7
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages311fc2ab9d0d22f77305198283fb1ca7.yml
|
||||
|
@ -1028,22 +1028,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition53649c9364d6f8cbfe9a5880ebc5a01e
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition53649c9364d6f8cbfe9a5880ebc5a01e.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the AAAA record set definition allowing to add additional A records or attach the record set to the parent.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithAaaaRecordIPv6AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages35d2d6579996e9c302ed52bdd6cb0aef
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages35d2d6579996e9c302ed52bdd6cb0aef.yml
|
||||
|
@ -1060,29 +1044,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_a_record_i_pv4_address
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition53649c9364d6f8cbfe9a5880ebc5a01e
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_a_record_i_pv4_address.yml
|
||||
name: DnsRecordSet.UpdateStages.WithARecordIPv4Address
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithARecordIPv4Address
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithARecordIPv4Address
|
||||
type: Interface
|
||||
summary: <p>The stage of the A record set update allowing to add or remove A record. </p>
|
||||
syntax:
|
||||
content: public interface WithARecordIPv4Address
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc719bafe805e01c7508f18af23b5869e
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc719bafe805e01c7508f18af23b5869e.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition53649c9364d6f8cbfe9a5880ebc5a01e.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the A record set definition allowing to add first A record.</p>
|
||||
<p>The stage of the AAAA record set definition allowing to add additional A records or attach the record set to the parent.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithARecordIPv4Address<ParentT>
|
||||
content: public interface WithAaaaRecordIPv6AddressOrAttachable<ParentT> extends DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
|
@ -1102,6 +1076,48 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc719bafe805e01c7508f18af23b5869e
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesc719bafe805e01c7508f18af23b5869e.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the A record set definition allowing to add first A record.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithARecordIPv4Address<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_a_record_i_pv4_address
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_a_record_i_pv4_address.yml
|
||||
name: DnsRecordSet.UpdateStages.WithARecordIPv4Address
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithARecordIPv4Address
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithARecordIPv4Address
|
||||
type: Interface
|
||||
summary: <p>The stage of the A record set update allowing to add or remove A record. </p>
|
||||
syntax:
|
||||
content: public interface WithARecordIPv4Address
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages3b01ed55618ef24b1edf8633f30102d2
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages3b01ed55618ef24b1edf8633f30102d2.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithARecordIPv4AddressOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitionefccaf2e69c318b361d59989c1574940
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definitionefccaf2e69c318b361d59989c1574940.yml
|
||||
|
@ -1118,19 +1134,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages3b01ed55618ef24b1edf8633f30102d2
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages3b01ed55618ef24b1edf8633f30102d2.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.</p>
|
||||
<p>The final stage of the DNS zone record set definition. </p>
|
||||
|
||||
<p></p>
|
||||
<p>At this stage, any remaining optional settings can be specified, or the DNS zone record set definition can be attached to the parent traffic manager profile definition using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">DnsRecordSet.UpdateDefinitionStages.WithAttach#attach()</xref>. </p>
|
||||
syntax:
|
||||
content: public interface WithARecordIPv4AddressOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
|
@ -1152,28 +1168,12 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition32ed93e5b53074febdfda7457cbeb7c1
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_attach.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the DNS zone record set definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the DNS zone record set definition can be attached to the parent traffic manager profile definition using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">DnsRecordSet.UpdateDefinitionStages.WithAttach#attach()</xref>. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_c_name_record_alias
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_c_name_record_alias.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition32ed93e5b53074febdfda7457cbeb7c1.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of a CNAME record definition allowing to add alias.</p>
|
||||
|
@ -1194,12 +1194,12 @@ references:
|
|||
summary: <p>The stage of the CNAME record set update allowing to update the CNAME record. </p>
|
||||
syntax:
|
||||
content: public interface WithCNameRecordAlias
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition32ed93e5b53074febdfda7457cbeb7c1
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_c_name_record_alias
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition32ed93e5b53074febdfda7457cbeb7c1.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_c_name_record_alias.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of a CNAME record definition allowing to add alias.</p>
|
||||
|
@ -1252,22 +1252,16 @@ references:
|
|||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<DnsZone>,DnsZone.DefinitionStages.WithRecordSet,DnsZone.DefinitionStages.WithETagCheck,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_e_tag_check
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_e_tag_check
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_e_tag_check.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithETagCheck<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithETagCheck<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithETagCheck<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_e_tag_check.yml
|
||||
name: DnsRecordSet.UpdateStages.WithETagCheck
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithETagCheck
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithETagCheck
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the record set definition allowing to enable ETag validation.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>The stage of the record set update allowing to enable ETag validation. </p>
|
||||
syntax:
|
||||
content: public interface WithETagCheck<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
content: public interface WithETagCheck
|
||||
- uid: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_e_tag_check
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_e_tag_check.yml
|
||||
|
@ -1278,14 +1272,14 @@ references:
|
|||
summary: <p>The stage of the DNS zone definition allowing to enable ETag validation. </p>
|
||||
syntax:
|
||||
content: public interface WithETagCheck
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_e_tag_check
|
||||
- uid: com.microsoft.azure.management.dns._dns_zone._update_stages._with_e_tag_check
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_e_tag_check.yml
|
||||
name: DnsRecordSet.UpdateStages.WithETagCheck
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithETagCheck
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithETagCheck
|
||||
href: com.microsoft.azure.management.dns._dns_zone._update_stages._with_e_tag_check.yml
|
||||
name: DnsZone.UpdateStages.WithETagCheck
|
||||
nameWithType: DnsZone.UpdateStages.WithETagCheck
|
||||
fullName: com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithETagCheck
|
||||
type: Interface
|
||||
summary: <p>The stage of the record set update allowing to enable ETag validation. </p>
|
||||
summary: <p>The stage of the DNS zone update allowing to enable ETag validation. </p>
|
||||
syntax:
|
||||
content: public interface WithETagCheck
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_e_tag_check
|
||||
|
@ -1304,26 +1298,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_zone._update_stages._with_e_tag_check
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_e_tag_check
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_zone._update_stages._with_e_tag_check.yml
|
||||
name: DnsZone.UpdateStages.WithETagCheck
|
||||
nameWithType: DnsZone.UpdateStages.WithETagCheck
|
||||
fullName: com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithETagCheck
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_e_tag_check.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithETagCheck<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithETagCheck<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithETagCheck<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The stage of the DNS zone update allowing to enable ETag validation. </p>
|
||||
summary: >-
|
||||
<p>The stage of the record set definition allowing to enable ETag validation.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithETagCheck
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata.yml
|
||||
name: DnsRecordSet.UpdateStages.WithMetadata
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithMetadata
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata
|
||||
type: Interface
|
||||
summary: <p>An update allowing metadata to be modified for the resource. </p>
|
||||
syntax:
|
||||
content: public interface WithMetadata
|
||||
content: public interface WithETagCheck<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_metadata
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_metadata.yml
|
||||
|
@ -1356,12 +1346,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesb22adf9c0b5fba8c9269e279dc4cfe2d
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesb22adf9c0b5fba8c9269e279dc4cfe2d.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_metadata.yml
|
||||
name: DnsRecordSet.UpdateStages.WithMetadata
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithMetadata
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithMetadata
|
||||
type: Interface
|
||||
summary: <p>An update allowing metadata to be modified for the resource. </p>
|
||||
syntax:
|
||||
content: public interface WithMetadata
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitione0071c76e1517b06f6aa8311afaadb74
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definitione0071c76e1517b06f6aa8311afaadb74.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the MX record set definition allowing to add first MX record.</p>
|
||||
|
@ -1372,12 +1372,12 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definitione0071c76e1517b06f6aa8311afaadb74
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stagesb22adf9c0b5fba8c9269e279dc4cfe2d
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definitione0071c76e1517b06f6aa8311afaadb74.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stagesb22adf9c0b5fba8c9269e279dc4cfe2d.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the MX record set definition allowing to add first MX record.</p>
|
||||
|
@ -1398,6 +1398,22 @@ references:
|
|||
summary: <p>The stage of the MX record set definition allowing to add or remove MX record. </p>
|
||||
syntax:
|
||||
content: public interface WithMXRecordMailExchange
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithMXRecordMailExchangeOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition3c5327f0a5198a9fb4466bdfefd931a0
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition3c5327f0a5198a9fb4466bdfefd931a0.yml
|
||||
|
@ -1414,19 +1430,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition2ea0878d380c4b173183c6c4ae6561a6
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages132cb7348af740265aaeed6f263682ab.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition2ea0878d380c4b173183c6c4ae6561a6.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.</p>
|
||||
<p>The stage of the NS record set definition allowing to add a NS record.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithMXRecordMailExchangeOrAttachable<ParentT> extends DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>,DnsRecordSet.DefinitionStages.WithAttach<ParentT>
|
||||
content: public interface WithNSRecordNameServer<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
|
@ -1450,22 +1466,6 @@ references:
|
|||
summary: >-
|
||||
<p>The stage of the NS record set definition allowing to add a NS record.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithNSRecordNameServer<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition2ea0878d380c4b173183c6c4ae6561a6
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition2ea0878d380c4b173183c6c4ae6561a6.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServer<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the NS record set definition allowing to add a NS record.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithNSRecordNameServer<ParentT>
|
||||
|
@ -1578,16 +1578,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_zone._update_stages._with_record_set
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_zone._update_stages._with_record_set.yml
|
||||
name: DnsZone.UpdateStages.WithRecordSet
|
||||
nameWithType: DnsZone.UpdateStages.WithRecordSet
|
||||
fullName: com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
|
||||
type: Interface
|
||||
summary: <p>The stage of the DNS zone update allowing to specify record set. </p>
|
||||
syntax:
|
||||
content: public interface WithRecordSet
|
||||
- uid: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_record_set
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_zone._definition_stages._with_record_set.yml
|
||||
|
@ -1598,6 +1588,16 @@ references:
|
|||
summary: <p>The stage of the DNS zone definition allowing to specify record set. </p>
|
||||
syntax:
|
||||
content: public interface WithRecordSet
|
||||
- uid: com.microsoft.azure.management.dns._dns_zone._update_stages._with_record_set
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_zone._update_stages._with_record_set.yml
|
||||
name: DnsZone.UpdateStages.WithRecordSet
|
||||
nameWithType: DnsZone.UpdateStages.WithRecordSet
|
||||
fullName: com.microsoft.azure.management.dns.DnsZone.UpdateStages.WithRecordSet
|
||||
type: Interface
|
||||
summary: <p>The stage of the DNS zone update allowing to specify record set. </p>
|
||||
syntax:
|
||||
content: public interface WithRecordSet
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_soa_record_attributes
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_soa_record_attributes.yml
|
||||
|
@ -1608,16 +1608,6 @@ references:
|
|||
summary: <p>The stage of the SOA record definition allowing to update its attributes. </p>
|
||||
syntax:
|
||||
content: public interface WithSoaRecordAttributes
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry.yml
|
||||
name: DnsRecordSet.UpdateStages.WithSrvRecordEntry
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithSrvRecordEntry
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry
|
||||
type: Interface
|
||||
summary: <p>The stage of the SRV record definition allowing to add or remove service record. </p>
|
||||
syntax:
|
||||
content: public interface WithSrvRecordEntry
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_srv_record_entry
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_srv_record_entry.yml
|
||||
|
@ -1650,6 +1640,16 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_stages._with_srv_record_entry.yml
|
||||
name: DnsRecordSet.UpdateStages.WithSrvRecordEntry
|
||||
nameWithType: DnsRecordSet.UpdateStages.WithSrvRecordEntry
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateStages.WithSrvRecordEntry
|
||||
type: Interface
|
||||
summary: <p>The stage of the SRV record definition allowing to add or remove service record. </p>
|
||||
syntax:
|
||||
content: public interface WithSrvRecordEntry
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages7ee8bb11893b89c04bff79ba77be44bb
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages7ee8bb11893b89c04bff79ba77be44bb.yml
|
||||
|
@ -1682,15 +1682,15 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_ttl
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_ttl.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTtl<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the record set definition allowing to specify TTL for the records in this record set.</p>
|
||||
<p>The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
@ -1708,15 +1708,15 @@ references:
|
|||
summary: <p>The stage of the record set update allowing to specify TTL for the records in this record set. </p>
|
||||
syntax:
|
||||
content: public interface WithTtl
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl
|
||||
- uid: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_ttl
|
||||
parent: com.microsoft.azure.management.dns
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._definition_stages._with_ttl.yml
|
||||
name: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
|
||||
nameWithType: DnsRecordSet.DefinitionStages.WithTtl<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTtl<ParentT>
|
||||
href: com.microsoft.azure.management.dns._dns_record_set._update_definition_stages._with_ttl.yml
|
||||
name: DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
|
||||
nameWithType: DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
|
||||
fullName: com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.</p>
|
||||
<p>The stage of the record set definition allowing to specify TTL for the records in this record set.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
|
|
|
@ -846,6 +846,16 @@ references:
|
|||
summary: <p>The template for a service principal update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<ServicePrincipal>,ServicePrincipal.UpdateStages.WithCredential,ServicePrincipal.UpdateStages.WithRoleAssignment
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._update
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._update.yml
|
||||
name: ActiveDirectoryUser.Update
|
||||
nameWithType: ActiveDirectoryUser.Update
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.Update
|
||||
type: Interface
|
||||
summary: <p>The template for a user update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<ActiveDirectoryUser>,ActiveDirectoryUser.UpdateStages.WithAccontEnabled,ActiveDirectoryUser.UpdateStages.WithPassword,ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application._update
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application._update.yml
|
||||
|
@ -866,29 +876,6 @@ references:
|
|||
summary: <p>The template for a group update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<ActiveDirectoryGroup>,ActiveDirectoryGroup.UpdateStages.WithMember
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._update
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._update.yml
|
||||
name: ActiveDirectoryUser.Update
|
||||
nameWithType: ActiveDirectoryUser.Update
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.Update
|
||||
type: Interface
|
||||
summary: <p>The template for a user update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<ActiveDirectoryUser>,ActiveDirectoryUser.UpdateStages.WithAccontEnabled,ActiveDirectoryUser.UpdateStages.WithPassword,ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._update_definition
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._update_definition.yml
|
||||
name: CertificateCredential.UpdateDefinition<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinition<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinition<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The entirety of a credential definition as part of a application or service principal update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinition<ParentT> extends CertificateCredential.UpdateDefinitionStages.Blank<ParentT>,CertificateCredential.UpdateDefinitionStages.WithCertificateType<ParentT>,CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>,CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>,CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT>,CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificate<ParentT>,CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of the final <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">UpdateDefinitionStages.WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update_definition
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update_definition.yml
|
||||
|
@ -902,16 +889,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of the final <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">UpdateDefinitionStages.WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update_definition_stages
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._update_definition
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update_definition_stages.yml
|
||||
name: PasswordCredential.UpdateDefinitionStages
|
||||
nameWithType: PasswordCredential.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.UpdateDefinitionStages
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._update_definition.yml
|
||||
name: CertificateCredential.UpdateDefinition<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinition<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinition<ParentT>
|
||||
type: Interface
|
||||
summary: <p>Grouping of credential definition stages applicable as part of a application or service principal update. </p>
|
||||
summary: <p>The entirety of a credential definition as part of a application or service principal update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
content: public interface UpdateDefinition<ParentT> extends CertificateCredential.UpdateDefinitionStages.Blank<ParentT>,CertificateCredential.UpdateDefinitionStages.WithCertificateType<ParentT>,CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>,CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>,CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT>,CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificate<ParentT>,CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of the final <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">UpdateDefinitionStages.WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._update_definition_stages
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._update_definition_stages.yml
|
||||
|
@ -922,14 +912,24 @@ references:
|
|||
summary: <p>Grouping of credential definition stages applicable as part of a application or service principal update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update_definition_stages
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages.yml
|
||||
name: ActiveDirectoryGroup.UpdateStages
|
||||
nameWithType: ActiveDirectoryGroup.UpdateStages
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.UpdateStages
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update_definition_stages.yml
|
||||
name: PasswordCredential.UpdateDefinitionStages
|
||||
nameWithType: PasswordCredential.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.UpdateDefinitionStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of all the AD group update stages. </p>
|
||||
summary: <p>Grouping of credential definition stages applicable as part of a application or service principal update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._update_stages
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._update_stages.yml
|
||||
name: ActiveDirectoryUser.UpdateStages
|
||||
nameWithType: ActiveDirectoryUser.UpdateStages
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Group of all the user update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application._update_stages
|
||||
|
@ -952,14 +952,14 @@ references:
|
|||
summary: <p>Grouping of all the service principal update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._update_stages
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._update_stages.yml
|
||||
name: ActiveDirectoryUser.UpdateStages
|
||||
nameWithType: ActiveDirectoryUser.UpdateStages
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.UpdateStages
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages.yml
|
||||
name: ActiveDirectoryGroup.UpdateStages
|
||||
nameWithType: ActiveDirectoryGroup.UpdateStages
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Group of all the user update stages. </p>
|
||||
summary: <p>Grouping of all the AD group update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._defi727fc13bab7cfb45cf326bd4c6d224e9
|
||||
|
@ -1018,22 +1018,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_attach.yml
|
||||
name: PasswordCredential.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the credential definition. </p>
|
||||
|
||||
<p>At this stage, more settings can be specified, or the credential definition can be attached to the parent application / service principal definition using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref>. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,PasswordCredential.DefinitionStages.WithStartDate<ParentT>,PasswordCredential.DefinitionStages.WithDuration<ParentT>,PasswordCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update7560088925a96efb6003d04e81f1c6a5
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update7560088925a96efb6003d04e81f1c6a5.yml
|
||||
|
@ -1066,6 +1050,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_attach.yml
|
||||
name: PasswordCredential.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the credential definition. </p>
|
||||
|
||||
<p>At this stage, more settings can be specified, or the credential definition can be attached to the parent application / service principal definition using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref>. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,PasswordCredential.DefinitionStages.WithStartDate<ParentT>,PasswordCredential.DefinitionStages.WithDuration<ParentT>,PasswordCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_auth_file
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_auth_file.yml
|
||||
|
@ -1079,6 +1079,30 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._updc567908acfb7698d9d193c11bd901371
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._updc567908acfb7698d9d193c11bd901371.yml
|
||||
name: CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
|
||||
type: Interface
|
||||
summary: <p>A credential definition stage allowing exporting the auth file for the service principal. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthFile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._def31c56964177ea3eb946859c34c11e548
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._def31c56964177ea3eb946859c34c11e548.yml
|
||||
name: CertificateCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
type: Interface
|
||||
summary: <p>A credential definition stage allowing exporting the auth file for the service principal. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthFile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update5cb8054b41d2449c8f6c3cef6ced05b2
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update5cb8054b41d2449c8f6c3cef6ced05b2.yml
|
||||
|
@ -1092,30 +1116,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._def31c56964177ea3eb946859c34c11e548
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._def31c56964177ea3eb946859c34c11e548.yml
|
||||
name: CertificateCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithAuthFile<ParentT>
|
||||
type: Interface
|
||||
summary: <p>A credential definition stage allowing exporting the auth file for the service principal. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthFile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._updc567908acfb7698d9d193c11bd901371
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._updc567908acfb7698d9d193c11bd901371.yml
|
||||
name: CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinitionStages.WithAuthFile<ParentT>
|
||||
type: Interface
|
||||
summary: <p>A credential definition stage allowing exporting the auth file for the service principal. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthFile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._upd561f68d7dfc239677982a8c277bb8669
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._upd561f68d7dfc239677982a8c277bb8669.yml
|
||||
|
@ -1140,18 +1140,6 @@ references:
|
|||
content: public interface WithAuthFileCertificate<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._def59606d3a6bb954350d167a87d3656045
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._def59606d3a6bb954350d167a87d3656045.yml
|
||||
name: CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
type: Interface
|
||||
summary: <p>A credential definition stage allowing specifying the password for the private key for exporting an auth file. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthFileCertificatePassword<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._upd20bb8567843e696b30aab540d1c18d16
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._upd20bb8567843e696b30aab540d1c18d16.yml
|
||||
|
@ -1164,19 +1152,18 @@ references:
|
|||
content: public interface WithAuthFileCertificatePassword<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._def70fcf2818b2aec81cfdb271b88c46ac6
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._def59606d3a6bb954350d167a87d3656045
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._def70fcf2818b2aec81cfdb271b88c46ac6.yml
|
||||
name: CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._def59606d3a6bb954350d167a87d3656045.yml
|
||||
name: CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing the certificate type to be set. </p>
|
||||
summary: <p>A credential definition stage allowing specifying the password for the private key for exporting an auth file. </p>
|
||||
syntax:
|
||||
content: public interface WithCertificateType<ParentT>
|
||||
content: public interface WithAuthFileCertificatePassword<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._upd4cdfbf126f7f92685d799caa116e1e2a
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._upd4cdfbf126f7f92685d799caa116e1e2a.yml
|
||||
|
@ -1190,16 +1177,29 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1c742998c7e80d2288ef2bdfb3e374c2e
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._def70fcf2818b2aec81cfdb271b88c46ac6
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1c742998c7e80d2288ef2bdfb3e374c2e.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithCreate
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithCreate
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._def70fcf2818b2aec81cfdb271b88c46ac6.yml
|
||||
name: CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
|
||||
type: Interface
|
||||
summary: <p>An application definition with sufficient inputs to create a new application in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
summary: <p>The credential definition stage allowing the certificate type to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ActiveDirectoryApplication>,ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl,ActiveDirectoryApplication.DefinitionStages.WithReplyUrl,ActiveDirectoryApplication.DefinitionStages.WithCredential,ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
content: public interface WithCertificateType<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_create.yml
|
||||
name: ActiveDirectoryUser.DefinitionStages.WithCreate
|
||||
nameWithType: ActiveDirectoryUser.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>An AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ActiveDirectoryUser>,ActiveDirectoryUser.DefinitionStages.WithAccontEnabled,ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.DefinitionStages.WithUsageLocation
|
||||
- uid: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_create.yml
|
||||
|
@ -1210,6 +1210,16 @@ references:
|
|||
summary: <p>A service principal definition with sufficient inputs to create a new service principal in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ServicePrincipal>,ServicePrincipal.DefinitionStages.WithCredential,ServicePrincipal.DefinitionStages.WithRoleAssignment
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1c742998c7e80d2288ef2bdfb3e374c2e
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1c742998c7e80d2288ef2bdfb3e374c2e.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithCreate
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>An application definition with sufficient inputs to create a new application in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ActiveDirectoryApplication>,ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl,ActiveDirectoryApplication.DefinitionStages.WithReplyUrl,ActiveDirectoryApplication.DefinitionStages.WithCredential,ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_create.yml
|
||||
|
@ -1230,24 +1240,14 @@ references:
|
|||
summary: <p>An role assignment definition with sufficient inputs to create a new role assignment in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<RoleAssignment>
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_create
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1595b61082ce72eac6c6addb19f1fbdc7
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_create.yml
|
||||
name: ActiveDirectoryUser.DefinitionStages.WithCreate
|
||||
nameWithType: ActiveDirectoryUser.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.DefinitionStages.WithCreate
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1595b61082ce72eac6c6addb19f1fbdc7.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithCredential
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithCredential
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithCredential
|
||||
type: Interface
|
||||
summary: <p>An AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ActiveDirectoryUser>,ActiveDirectoryUser.DefinitionStages.WithAccontEnabled,ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin,ActiveDirectoryUser.DefinitionStages.WithUsageLocation
|
||||
- uid: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_credential
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_credential.yml
|
||||
name: ServicePrincipal.DefinitionStages.WithCredential
|
||||
nameWithType: ServicePrincipal.DefinitionStages.WithCredential
|
||||
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.DefinitionStages.WithCredential
|
||||
type: Interface
|
||||
summary: <p>A service principal definition allowing credentials to be specified. </p>
|
||||
summary: <p>The stage of application definition allowing specifying identifier keys. </p>
|
||||
syntax:
|
||||
content: public interface WithCredential
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1f94717e8330836cb878e27411356246f
|
||||
|
@ -1260,16 +1260,6 @@ references:
|
|||
summary: <p>The stage of application update allowing specifying identifier keys. </p>
|
||||
syntax:
|
||||
content: public interface WithCredential
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1595b61082ce72eac6c6addb19f1fbdc7
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1595b61082ce72eac6c6addb19f1fbdc7.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithCredential
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithCredential
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithCredential
|
||||
type: Interface
|
||||
summary: <p>The stage of application definition allowing specifying identifier keys. </p>
|
||||
syntax:
|
||||
content: public interface WithCredential
|
||||
- uid: com.microsoft.azure.management.graphrbac._service_principal._update_stages._with_credential
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._service_principal._update_stages._with_credential.yml
|
||||
|
@ -1280,19 +1270,29 @@ references:
|
|||
summary: <p>A service principal update allowing credentials to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCredential
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update96d83febd04a92fea39f1dccb0b508a6
|
||||
- uid: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_credential
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update96d83febd04a92fea39f1dccb0b508a6.yml
|
||||
name: PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>
|
||||
nameWithType: PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._service_principal._definition_stages._with_credential.yml
|
||||
name: ServicePrincipal.DefinitionStages.WithCredential
|
||||
nameWithType: ServicePrincipal.DefinitionStages.WithCredential
|
||||
fullName: com.microsoft.azure.management.graphrbac.ServicePrincipal.DefinitionStages.WithCredential
|
||||
type: Interface
|
||||
summary: <p>A service principal definition allowing credentials to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCredential
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_duration
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_duration.yml
|
||||
name: PasswordCredential.DefinitionStages.WithDuration<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithDuration<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithDuration<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing the duration of key validity to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithDuration<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent update to return to after attaching this definition </p>
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._upd3d0b0949b0ada93f01e03553e37a63f2
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._upd3d0b0949b0ada93f01e03553e37a63f2.yml
|
||||
|
@ -1319,19 +1319,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_duration
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update96d83febd04a92fea39f1dccb0b508a6
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_duration.yml
|
||||
name: PasswordCredential.DefinitionStages.WithDuration<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithDuration<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithDuration<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update96d83febd04a92fea39f1dccb0b508a6.yml
|
||||
name: PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>
|
||||
nameWithType: PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.UpdateDefinitionStages.WithDuration<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing the duration of key validity to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithDuration<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
description: <p>the stage of the parent update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._def0a6ec4567738d6a917301bec7a9d12ee
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_group._def0a6ec4567738d6a917301bec7a9d12ee.yml
|
||||
|
@ -1342,16 +1342,6 @@ references:
|
|||
summary: <p>An AD Group definition allowing mail nickname to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithEmailAlias
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1aa01fe78287d588c340bb8287939377d
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1aa01fe78287d588c340bb8287939377d.yml
|
||||
name: ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
|
||||
nameWithType: ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
|
||||
type: Interface
|
||||
summary: <p>The stage of application update allowing specifying identifier URLs. </p>
|
||||
syntax:
|
||||
content: public interface WithIdentifierUrl
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1347dca719b59560f5e3fb8bbde62c3f6
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1347dca719b59560f5e3fb8bbde62c3f6.yml
|
||||
|
@ -1362,19 +1352,16 @@ references:
|
|||
summary: <p>The stage of application definition allowing specifying identifier URLs. </p>
|
||||
syntax:
|
||||
content: public interface WithIdentifierUrl
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_key
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1aa01fe78287d588c340bb8287939377d
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_key.yml
|
||||
name: PasswordCredential.DefinitionStages.WithKey<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithKey<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1aa01fe78287d588c340bb8287939377d.yml
|
||||
name: ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
|
||||
nameWithType: ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing the the password or certificate to be set. </p>
|
||||
summary: <p>The stage of application update allowing specifying identifier URLs. </p>
|
||||
syntax:
|
||||
content: public interface WithKey<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
content: public interface WithIdentifierUrl
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update_definition_stages._with_key
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update_definition_stages._with_key.yml
|
||||
|
@ -1388,16 +1375,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_member
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_key
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_member.yml
|
||||
name: ActiveDirectoryGroup.DefinitionStages.WithMember
|
||||
nameWithType: ActiveDirectoryGroup.DefinitionStages.WithMember
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.DefinitionStages.WithMember
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definition_stages._with_key.yml
|
||||
name: PasswordCredential.DefinitionStages.WithKey<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithKey<ParentT>
|
||||
type: Interface
|
||||
summary: <p>An AD Group definition allowing members to be added. </p>
|
||||
summary: <p>The credential definition stage allowing the the password or certificate to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithMember
|
||||
content: public interface WithKey<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages._with_member
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_group._update_stages._with_member.yml
|
||||
|
@ -1408,16 +1398,16 @@ references:
|
|||
summary: <p>An AD Group definition allowing members to be added or removed. </p>
|
||||
syntax:
|
||||
content: public interface WithMember
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_12fc5de9e1556deb1f237f735fdb65712
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_member
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_12fc5de9e1556deb1f237f735fdb65712.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_group._definition_stages._with_member.yml
|
||||
name: ActiveDirectoryGroup.DefinitionStages.WithMember
|
||||
nameWithType: ActiveDirectoryGroup.DefinitionStages.WithMember
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.DefinitionStages.WithMember
|
||||
type: Interface
|
||||
summary: <p>The stage of application definition allowing specifying if the application can be used in multiple tenants. </p>
|
||||
summary: <p>An AD Group definition allowing members to be added. </p>
|
||||
syntax:
|
||||
content: public interface WithMultiTenant
|
||||
content: public interface WithMember
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_14d1fb9299b73358cc455e6b3dd05f2fa
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_14d1fb9299b73358cc455e6b3dd05f2fa.yml
|
||||
|
@ -1428,16 +1418,16 @@ references:
|
|||
summary: <p>The stage of application update allowing specifying if the application can be used in multiple tenants. </p>
|
||||
syntax:
|
||||
content: public interface WithMultiTenant
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_password
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_12fc5de9e1556deb1f237f735fdb65712
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_password.yml
|
||||
name: ActiveDirectoryUser.DefinitionStages.WithPassword
|
||||
nameWithType: ActiveDirectoryUser.DefinitionStages.WithPassword
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.DefinitionStages.WithPassword
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_12fc5de9e1556deb1f237f735fdb65712.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
|
||||
type: Interface
|
||||
summary: <p>A user definition allowing password to be specified. </p>
|
||||
summary: <p>The stage of application definition allowing specifying if the application can be used in multiple tenants. </p>
|
||||
syntax:
|
||||
content: public interface WithPassword
|
||||
content: public interface WithMultiTenant
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._update_stages._with_password
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._update_stages._with_password.yml
|
||||
|
@ -1448,6 +1438,16 @@ references:
|
|||
summary: <p>A user update allowing password to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithPassword
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_password
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._definition_stages._with_password.yml
|
||||
name: ActiveDirectoryUser.DefinitionStages.WithPassword
|
||||
nameWithType: ActiveDirectoryUser.DefinitionStages.WithPassword
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.DefinitionStages.WithPassword
|
||||
type: Interface
|
||||
summary: <p>A user definition allowing password to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithPassword
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._defi4f9b892ff3217c3cac7a1e083bfb0453
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._defi4f9b892ff3217c3cac7a1e083bfb0453.yml
|
||||
|
@ -1468,12 +1468,12 @@ references:
|
|||
summary: <p>A user update allowing setting whether the user should change password on the next login. </p>
|
||||
syntax:
|
||||
content: public interface WithPromptToChangePasswordOnLogin
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._defccb82f63b3402e1bf8b0f6c592a87af9
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._upd0ec9f695efc56b96a486f0ef8a7fcfac
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._defccb82f63b3402e1bf8b0f6c592a87af9.yml
|
||||
name: CertificateCredential.DefinitionStages.WithPublicKey<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithPublicKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithPublicKey<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._upd0ec9f695efc56b96a486f0ef8a7fcfac.yml
|
||||
name: CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing the public key to be set. </p>
|
||||
syntax:
|
||||
|
@ -1481,12 +1481,12 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._upd0ec9f695efc56b96a486f0ef8a7fcfac
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._defccb82f63b3402e1bf8b0f6c592a87af9
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._upd0ec9f695efc56b96a486f0ef8a7fcfac.yml
|
||||
name: CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._defccb82f63b3402e1bf8b0f6c592a87af9.yml
|
||||
name: CertificateCredential.DefinitionStages.WithPublicKey<ParentT>
|
||||
nameWithType: CertificateCredential.DefinitionStages.WithPublicKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.DefinitionStages.WithPublicKey<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing the public key to be set. </p>
|
||||
syntax:
|
||||
|
@ -1554,16 +1554,6 @@ references:
|
|||
summary: <p>The stage of role assignment definition allowing specifying the scope of the assignment. </p>
|
||||
syntax:
|
||||
content: public interface WithScope
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_14bd963766bb56eda89957905c86bb73d
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_14bd963766bb56eda89957905c86bb73d.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
|
||||
type: Interface
|
||||
summary: <p>The stage of application definition allowing specifying the sign on URL. </p>
|
||||
syntax:
|
||||
content: public interface WithSignOnUrl
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_1abe766796d1e614ad3e0f761baaf6b27
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_1abe766796d1e614ad3e0f761baaf6b27.yml
|
||||
|
@ -1574,6 +1564,29 @@ references:
|
|||
summary: <p>The stage of application update allowing specifying the sign on URL. </p>
|
||||
syntax:
|
||||
content: public interface WithSignOnUrl
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_application_14bd963766bb56eda89957905c86bb73d
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_application_14bd963766bb56eda89957905c86bb73d.yml
|
||||
name: ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
|
||||
nameWithType: ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
|
||||
type: Interface
|
||||
summary: <p>The stage of application definition allowing specifying the sign on URL. </p>
|
||||
syntax:
|
||||
content: public interface WithSignOnUrl
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update27b0fa66f3f1bf64ca4ef9d38103e6ba
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update27b0fa66f3f1bf64ca4ef9d38103e6ba.yml
|
||||
name: PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>
|
||||
nameWithType: PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing start date to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithStartDate<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._upd5828c04bdb186917fd6be1be8ba7df00
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._upd5828c04bdb186917fd6be1be8ba7df00.yml
|
||||
|
@ -1613,19 +1626,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._update27b0fa66f3f1bf64ca4ef9d38103e6ba
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definib8f79c40da8e4dff33156f0933a43db5
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._update27b0fa66f3f1bf64ca4ef9d38103e6ba.yml
|
||||
name: PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>
|
||||
nameWithType: PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.UpdateDefinitionStages.WithStartDate<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definib8f79c40da8e4dff33156f0933a43db5.yml
|
||||
name: PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing start date to be set. </p>
|
||||
summary: <p>A credential definition stage allowing the subscription in the auth file to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithStartDate<ParentT>
|
||||
content: public interface WithSubscriptionInAuthFile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent update to return to after attaching this definition </p>
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._updatece3c94c6198b7b19f1330c18ed15139f
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._updatece3c94c6198b7b19f1330c18ed15139f.yml
|
||||
|
@ -1639,16 +1652,16 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent update to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._password_credential._definib8f79c40da8e4dff33156f0933a43db5
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._updfb6f2c6fc46103c1c4b8c2dab4398cbf
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._password_credential._definib8f79c40da8e4dff33156f0933a43db5.yml
|
||||
name: PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
|
||||
nameWithType: PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._updfb6f2c6fc46103c1c4b8c2dab4398cbf.yml
|
||||
name: CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
|
||||
type: Interface
|
||||
summary: <p>A credential definition stage allowing the subscription in the auth file to be set. </p>
|
||||
summary: <p>The credential definition stage allowing the secret key to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithSubscriptionInAuthFile<ParentT>
|
||||
content: public interface WithSymmetricKey<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
|
@ -1665,29 +1678,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._certificate_credential._updfb6f2c6fc46103c1c4b8c2dab4398cbf
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._certificate_credential._updfb6f2c6fc46103c1c4b8c2dab4398cbf.yml
|
||||
name: CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
|
||||
nameWithType: CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
|
||||
fullName: com.microsoft.azure.management.graphrbac.CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
|
||||
type: Interface
|
||||
summary: <p>The credential definition stage allowing the secret key to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithSymmetricKey<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._upda6a0e179d39891ce952cd8ff22dc532f4
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._upda6a0e179d39891ce952cd8ff22dc532f4.yml
|
||||
name: ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
nameWithType: ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
type: Interface
|
||||
summary: <p>A user update allowing usage location to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithUsageLocation
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._defi9cd90d944f57155ead08ad8bcbd58a5c
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._defi9cd90d944f57155ead08ad8bcbd58a5c.yml
|
||||
|
@ -1698,6 +1688,16 @@ references:
|
|||
summary: <p>A user definition allowing usage location to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithUsageLocation
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._upda6a0e179d39891ce952cd8ff22dc532f4
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._upda6a0e179d39891ce952cd8ff22dc532f4.yml
|
||||
name: ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
nameWithType: ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.UpdateStages.WithUsageLocation
|
||||
type: Interface
|
||||
summary: <p>A user update allowing usage location to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithUsageLocation
|
||||
- uid: com.microsoft.azure.management.graphrbac._active_directory_user._defi318d566d0b728ed42ab0ccfd2721a02f
|
||||
parent: com.microsoft.azure.management.graphrbac
|
||||
href: com.microsoft.azure.management.graphrbac._active_directory_user._defi318d566d0b728ed42ab0ccfd2721a02f.yml
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -267,16 +267,6 @@ references:
|
|||
summary: <p>Grouping of all the key vault definition stages. </p>
|
||||
syntax:
|
||||
content: public interface DefinitionStages
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._update
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._update.yml
|
||||
name: Vault.Update
|
||||
nameWithType: Vault.Update
|
||||
fullName: com.microsoft.azure.management.keyvault.Vault.Update
|
||||
type: Interface
|
||||
summary: <p>The template for a key vault update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Resource.UpdateWithTags<Update>,Appliable<Vault>,Vault.UpdateStages.WithAccessPolicy,Vault.UpdateStages.WithConfigurations
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._update
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._update.yml
|
||||
|
@ -287,6 +277,16 @@ references:
|
|||
summary: <p>The entirety of an access policy update as part of a key vault update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends AccessPolicy.UpdateStages.WithPermissions,Settable<Vault.Update>
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._update
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._update.yml
|
||||
name: Vault.Update
|
||||
nameWithType: Vault.Update
|
||||
fullName: com.microsoft.azure.management.keyvault.Vault.Update
|
||||
type: Interface
|
||||
summary: <p>The template for a key vault update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Resource.UpdateWithTags<Update>,Appliable<Vault>,Vault.UpdateStages.WithAccessPolicy,Vault.UpdateStages.WithConfigurations
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definition
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._update_definition.yml
|
||||
|
@ -330,16 +330,6 @@ references:
|
|||
summary: <p>Grouping of all the key vault update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._update_stages._with_access_policy
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._update_stages._with_access_policy.yml
|
||||
name: Vault.UpdateStages.WithAccessPolicy
|
||||
nameWithType: Vault.UpdateStages.WithAccessPolicy
|
||||
fullName: com.microsoft.azure.management.keyvault.Vault.UpdateStages.WithAccessPolicy
|
||||
type: Interface
|
||||
summary: <p>A key vault update allowing access policies to be modified, attached, or removed. </p>
|
||||
syntax:
|
||||
content: public interface WithAccessPolicy
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_access_policy
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_access_policy.yml
|
||||
|
@ -350,22 +340,16 @@ references:
|
|||
summary: <p>A key vault definition allowing access policies to be attached. </p>
|
||||
syntax:
|
||||
content: public interface WithAccessPolicy
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definition_stages._with_attach
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._update_stages._with_access_policy
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._update_definition_stages._with_attach.yml
|
||||
name: AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
href: com.microsoft.azure.management.keyvault._vault._update_stages._with_access_policy.yml
|
||||
name: Vault.UpdateStages.WithAccessPolicy
|
||||
nameWithType: Vault.UpdateStages.WithAccessPolicy
|
||||
fullName: com.microsoft.azure.management.keyvault.Vault.UpdateStages.WithAccessPolicy
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the access policy definition. </p>
|
||||
|
||||
<p>At this stage, more permissions can be added or application ID can be specified, or the access policy definition can be attached to the parent key vault update using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref>. </p>
|
||||
summary: <p>A key vault update allowing access policies to be modified, attached, or removed. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
content: public interface WithAccessPolicy
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_attach.yml
|
||||
|
@ -382,16 +366,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definition_stages._with_attach
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations.yml
|
||||
name: Vault.DefinitionStages.WithConfigurations
|
||||
nameWithType: Vault.DefinitionStages.WithConfigurations
|
||||
fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithConfigurations
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._update_definition_stages._with_attach.yml
|
||||
name: AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: <p>A key vault definition allowing various configurations to be set. </p>
|
||||
summary: >-
|
||||
<p>The final stage of the access policy definition. </p>
|
||||
|
||||
<p>At this stage, more permissions can be added or application ID can be specified, or the access policy definition can be attached to the parent key vault update using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref>. </p>
|
||||
syntax:
|
||||
content: public interface WithConfigurations
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._update_stages._with_configurations
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._update_stages._with_configurations.yml
|
||||
|
@ -402,6 +392,16 @@ references:
|
|||
summary: <p>A key vault update allowing various configurations to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithConfigurations
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_configurations.yml
|
||||
name: Vault.DefinitionStages.WithConfigurations
|
||||
nameWithType: Vault.DefinitionStages.WithConfigurations
|
||||
fullName: com.microsoft.azure.management.keyvault.Vault.DefinitionStages.WithConfigurations
|
||||
type: Interface
|
||||
summary: <p>A key vault definition allowing various configurations to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithConfigurations
|
||||
- uid: com.microsoft.azure.management.keyvault._vault._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._vault._definition_stages._with_create.yml
|
||||
|
@ -448,6 +448,16 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions.yml
|
||||
name: AccessPolicy.UpdateStages.WithPermissions
|
||||
nameWithType: AccessPolicy.UpdateStages.WithPermissions
|
||||
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateStages.WithPermissions
|
||||
type: Interface
|
||||
summary: <p>The access policy update stage allowing permissions to be added or removed. </p>
|
||||
syntax:
|
||||
content: public interface WithPermissions
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._update_definiaeef38d9f207ce3f93e04e802c9a1da1.yml
|
||||
|
@ -461,16 +471,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._update_stages._with_permissions.yml
|
||||
name: AccessPolicy.UpdateStages.WithPermissions
|
||||
nameWithType: AccessPolicy.UpdateStages.WithPermissions
|
||||
fullName: com.microsoft.azure.management.keyvault.AccessPolicy.UpdateStages.WithPermissions
|
||||
type: Interface
|
||||
summary: <p>The access policy update stage allowing permissions to be added or removed. </p>
|
||||
syntax:
|
||||
content: public interface WithPermissions
|
||||
- uid: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions
|
||||
parent: com.microsoft.azure.management.keyvault
|
||||
href: com.microsoft.azure.management.keyvault._access_policy._definition_stages._with_permissions.yml
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -41,7 +41,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddress<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
|
||||
content: public interface WithPublicIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -44,7 +44,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddress<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
|
||||
content: public interface WithPublicIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -34,7 +34,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddress<ReturnT>
|
||||
content: public interface WithPublicIPAddress<ReturnT> extends HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.UpdateStages.WithNewPublicIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -91,7 +91,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The stage of an inbound NAT rule definition allowing to specify the backend port. </p>
|
||||
syntax:
|
||||
content: public interface WithBackendPort<ParentT> extends HasBackendPort.UpdateDefinitionStages.WithBackendPort<WithAttach<ParentT>>
|
||||
content: public interface WithBackendPort<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
|
|
|
@ -95,7 +95,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The stage of an application gateway request routing rule allowing to enable cookie based affinity. </p>
|
||||
syntax:
|
||||
content: public interface WithCookieBasedAffinity<ParentT> extends HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity<WithAttach<ParentT>>
|
||||
content: public interface WithCookieBasedAffinity<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the application gateway definition to return to after attaching this definition </p>
|
||||
|
|
|
@ -75,7 +75,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The stage of an application gateway frontend listener definition allowing to specify the hostname of the website for which the traffic is received. </p>
|
||||
syntax:
|
||||
content: public interface WithHostName<ParentT>
|
||||
content: public interface WithHostName<ParentT> extends HasHostName.UpdateDefinitionStages.WithHostName<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent application gateway definition to return to after attaching this definition </p>
|
||||
|
@ -88,7 +88,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The stage of an application gateway request routing rule definition allowing to specify the host name of a backend website for the listener to receive traffic for. </p>
|
||||
syntax:
|
||||
content: public interface WithHostName<ParentT>
|
||||
content: public interface WithHostName<ParentT> extends HasHostName.UpdateDefinitionStages.WithHostName<WithAttach<ParentT>>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the application gateway definition to return to after attaching this definition </p>
|
||||
|
|
|
@ -77,7 +77,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The stage of a load balancing rule definition allowing to specify the transport protocol to apply the rule to. </p>
|
||||
syntax:
|
||||
content: public interface WithProtocol<ReturnT>
|
||||
content: public interface WithProtocol<ReturnT> extends HasProtocol<WithFrontend<ReturnT>, TransportProtocol>.UpdateDefinitionStages.WithProtocol
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
|
|
|
@ -460,14 +460,24 @@ references:
|
|||
summary: <p>Grouping of definition stages applicable as part of a resource update, involving modifying the frontend port. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_host_name._update_definition_stages
|
||||
- uid: com.microsoft.azure.management.network.model._has_port._update_definition_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_host_name._update_definition_stages.yml
|
||||
name: HasHostName.UpdateDefinitionStages
|
||||
nameWithType: HasHostName.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasHostName.UpdateDefinitionStages
|
||||
href: com.microsoft.azure.management.network.model._has_port._update_definition_stages.yml
|
||||
name: HasPort.UpdateDefinitionStages
|
||||
nameWithType: HasPort.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPort.UpdateDefinitionStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of definition stages applicable as part of a parent resource update. </p>
|
||||
summary: <p>Grouping of definition stages of a parent resource update involving specifying a port number. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_address._update_definition_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_address._update_definition_stages.yml
|
||||
name: HasPrivateIPAddress.UpdateDefinitionStages
|
||||
nameWithType: HasPrivateIPAddress.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of definition stages applicable as part of a parent resource update, involving specifying the private IP address. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_protocol._update_definition_stages
|
||||
|
@ -510,24 +520,14 @@ references:
|
|||
summary: <p>Grouping of definition stages applicable as part of a resource update, involving modifying the SSL certificates. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_port._update_definition_stages
|
||||
- uid: com.microsoft.azure.management.network.model._has_host_name._update_definition_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_port._update_definition_stages.yml
|
||||
name: HasPort.UpdateDefinitionStages
|
||||
nameWithType: HasPort.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPort.UpdateDefinitionStages
|
||||
href: com.microsoft.azure.management.network.model._has_host_name._update_definition_stages.yml
|
||||
name: HasHostName.UpdateDefinitionStages
|
||||
nameWithType: HasHostName.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasHostName.UpdateDefinitionStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of definition stages of a parent resource update involving specifying a port number. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_address._update_definition_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_address._update_definition_stages.yml
|
||||
name: HasPrivateIPAddress.UpdateDefinitionStages
|
||||
nameWithType: HasPrivateIPAddress.UpdateDefinitionStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of definition stages applicable as part of a parent resource update, involving specifying the private IP address. </p>
|
||||
summary: <p>Grouping of definition stages applicable as part of a parent resource update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateDefinitionStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_backend_port._update_stages
|
||||
|
@ -540,6 +540,16 @@ references:
|
|||
summary: <p>Grouping of update stages involving modifying a backend port. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_cookie_based_affinity._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_cookie_based_affinity._update_stages.yml
|
||||
name: HasCookieBasedAffinity.UpdateStages
|
||||
nameWithType: HasCookieBasedAffinity.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasCookieBasedAffinity.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of update stages involving modifying cookie based affinity. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_floating_i_p._update_stages.yml
|
||||
|
@ -550,16 +560,6 @@ references:
|
|||
summary: <p>Grouping of update stages involving enabling or disabling floating IP support. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend._update_stages.yml
|
||||
name: HasFrontend.UpdateStages
|
||||
nameWithType: HasFrontend.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasFrontend.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of update stages involving specifying the frontend. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend_port._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend_port._update_stages.yml
|
||||
|
@ -570,16 +570,6 @@ references:
|
|||
summary: <p>Grouping of update stages involving modifying a frontend port. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_host_name._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_host_name._update_stages.yml
|
||||
name: HasHostName.UpdateStages
|
||||
nameWithType: HasHostName.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasHostName.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of update stages involving specifying the host name. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_port._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_port._update_stages.yml
|
||||
|
@ -590,6 +580,16 @@ references:
|
|||
summary: <p>Grouping of update stages involving specifying the port number. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_address._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_address._update_stages.yml
|
||||
name: HasPrivateIPAddress.UpdateStages
|
||||
nameWithType: HasPrivateIPAddress.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of update stages involving modifying the private IP address. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_protocol._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_protocol._update_stages.yml
|
||||
|
@ -600,14 +600,14 @@ references:
|
|||
summary: <p>Grouping of update stages involving modifying the protocol. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address._update_stages
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address._update_stages.yml
|
||||
name: HasPublicIPAddress.UpdateStages
|
||||
nameWithType: HasPublicIPAddress.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateStages
|
||||
href: com.microsoft.azure.management.network.model._has_frontend._update_stages.yml
|
||||
name: HasFrontend.UpdateStages
|
||||
nameWithType: HasFrontend.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasFrontend.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of update stages involving modifying an existing reference to a public IP address. </p>
|
||||
summary: <p>Grouping of update stages involving specifying the frontend. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_server_name_indication._update_stages
|
||||
|
@ -630,24 +630,24 @@ references:
|
|||
summary: <p>Grouping of update stages involving modifying SSL certificates. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_cookie_based_affinity._update_stages
|
||||
- uid: com.microsoft.azure.management.network.model._has_host_name._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_cookie_based_affinity._update_stages.yml
|
||||
name: HasCookieBasedAffinity.UpdateStages
|
||||
nameWithType: HasCookieBasedAffinity.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasCookieBasedAffinity.UpdateStages
|
||||
href: com.microsoft.azure.management.network.model._has_host_name._update_stages.yml
|
||||
name: HasHostName.UpdateStages
|
||||
nameWithType: HasHostName.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasHostName.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of update stages involving modifying cookie based affinity. </p>
|
||||
summary: <p>Grouping of update stages involving specifying the host name. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_address._update_stages
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address._update_stages
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_address._update_stages.yml
|
||||
name: HasPrivateIPAddress.UpdateStages
|
||||
nameWithType: HasPrivateIPAddress.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateStages
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address._update_stages.yml
|
||||
name: HasPublicIPAddress.UpdateStages
|
||||
nameWithType: HasPublicIPAddress.UpdateStages
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of update stages involving modifying the private IP address. </p>
|
||||
summary: <p>Grouping of update stages involving modifying an existing reference to a public IP address. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.network.model._has_backend_port._de29afd590c13dce4696970c3e7cabfd77
|
||||
|
@ -689,19 +689,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_cookie_based_affini13f41f47044c49c819676ce48703216a
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_cookie_based_affini13f41f47044c49c819676ce48703216a.yml
|
||||
name: HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT>
|
||||
nameWithType: HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to enable or disable cookie based affinity. </p>
|
||||
syntax:
|
||||
content: public interface WithCookieBasedAffinity<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_cookie_based_affini9992d5ceb35b68053f74a7943b26afbf
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_cookie_based_affini9992d5ceb35b68053f74a7943b26afbf.yml
|
||||
|
@ -728,22 +715,19 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_c81d650f67a6a5d0cbc6aa2a788b8dc7
|
||||
- uid: com.microsoft.azure.management.network.model._has_cookie_based_affini13f41f47044c49c819676ce48703216a
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_c81d650f67a6a5d0cbc6aa2a788b8dc7.yml
|
||||
name: HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
|
||||
nameWithType: HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
|
||||
href: com.microsoft.azure.management.network.model._has_cookie_based_affini13f41f47044c49c819676ce48703216a.yml
|
||||
name: HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT>
|
||||
nameWithType: HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the update allowing to associate the resource with an existing public IP address.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>The stage of a definition allowing to enable or disable cookie based affinity. </p>
|
||||
syntax:
|
||||
content: public interface WithExistingPublicIPAddress<ReturnT>
|
||||
content: public interface WithCookieBasedAffinity<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_1eff0573aaa965637dee6b7dd03b88db
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_1eff0573aaa965637dee6b7dd03b88db.yml
|
||||
|
@ -776,6 +760,22 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_c81d650f67a6a5d0cbc6aa2a788b8dc7
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_c81d650f67a6a5d0cbc6aa2a788b8dc7.yml
|
||||
name: HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
|
||||
nameWithType: HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the update allowing to associate the resource with an existing public IP address.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithExistingPublicIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_floating_i_p._up8f13835badb6e998b7dd173ddd4a237a.yml
|
||||
|
@ -789,6 +789,19 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
|
||||
name: HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
|
||||
nameWithType: HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to control floating IP support. </p>
|
||||
syntax:
|
||||
content: public interface WithFloatingIP<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_floating_i_p._up688627b4068c7bf866ddafc82fcf82e6.yml
|
||||
|
@ -802,19 +815,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_floating_i_p._deb38c8ea43811c0e325ee17d45a5a7f6d.yml
|
||||
name: HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
|
||||
nameWithType: HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to control floating IP support. </p>
|
||||
syntax:
|
||||
content: public interface WithFloatingIP<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend._definition_stages._with_frontend
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend._definition_stages._with_frontend.yml
|
||||
|
@ -828,6 +828,19 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend._update0882ac942ef8d9b2f9bd7459e3445c27
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend._update0882ac942ef8d9b2f9bd7459e3445c27.yml
|
||||
name: HasFrontend.UpdateDefinitionStages.WithFrontend<ReturnT>
|
||||
nameWithType: HasFrontend.UpdateDefinitionStages.WithFrontend<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasFrontend.UpdateDefinitionStages.WithFrontend<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify a frontend from to associate. </p>
|
||||
syntax:
|
||||
content: public interface WithFrontend<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend._update_stages._with_frontend
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend._update_stages._with_frontend.yml
|
||||
|
@ -841,16 +854,16 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend._update0882ac942ef8d9b2f9bd7459e3445c27
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend_port._db2bb06ecace27e02ab8e52a2d1f39602
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend._update0882ac942ef8d9b2f9bd7459e3445c27.yml
|
||||
name: HasFrontend.UpdateDefinitionStages.WithFrontend<ReturnT>
|
||||
nameWithType: HasFrontend.UpdateDefinitionStages.WithFrontend<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasFrontend.UpdateDefinitionStages.WithFrontend<ReturnT>
|
||||
href: com.microsoft.azure.management.network.model._has_frontend_port._db2bb06ecace27e02ab8e52a2d1f39602.yml
|
||||
name: HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>
|
||||
nameWithType: HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify a frontend from to associate. </p>
|
||||
summary: <p>The stage of a definition allowing to specify the frontend port. </p>
|
||||
syntax:
|
||||
content: public interface WithFrontend<ReturnT>
|
||||
content: public interface WithFrontendPort<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
@ -867,19 +880,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend_port._db2bb06ecace27e02ab8e52a2d1f39602
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend_port._db2bb06ecace27e02ab8e52a2d1f39602.yml
|
||||
name: HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>
|
||||
nameWithType: HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify the frontend port. </p>
|
||||
syntax:
|
||||
content: public interface WithFrontendPort<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_frontend_port._u743f68ed04989aab3f3cd67e55dfb3ed
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_frontend_port._u743f68ed04989aab3f3cd67e55dfb3ed.yml
|
||||
|
@ -893,19 +893,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_host_name._updat4c769a26e77a22e2428d0999426f2ca3
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_host_name._updat4c769a26e77a22e2428d0999426f2ca3.yml
|
||||
name: HasHostName.UpdateDefinitionStages.WithHostName<ReturnT>
|
||||
nameWithType: HasHostName.UpdateDefinitionStages.WithHostName<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasHostName.UpdateDefinitionStages.WithHostName<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify a host name. </p>
|
||||
syntax:
|
||||
content: public interface WithHostName<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_host_name._update_stages._with_host_name
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_host_name._update_stages._with_host_name.yml
|
||||
|
@ -932,6 +919,19 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_host_name._updat4c769a26e77a22e2428d0999426f2ca3
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_host_name._updat4c769a26e77a22e2428d0999426f2ca3.yml
|
||||
name: HasHostName.UpdateDefinitionStages.WithHostName<ReturnT>
|
||||
nameWithType: HasHostName.UpdateDefinitionStages.WithHostName<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasHostName.UpdateDefinitionStages.WithHostName<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify a host name. </p>
|
||||
syntax:
|
||||
content: public interface WithHostName<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_8839c3e1a578ed27c17da9fd24fc442f
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_8839c3e1a578ed27c17da9fd24fc442f.yml
|
||||
|
@ -1028,19 +1028,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_port._update_stages._with_port
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_port._update_stages._with_port.yml
|
||||
name: HasPort.UpdateStages.WithPort<ReturnT>
|
||||
nameWithType: HasPort.UpdateStages.WithPort<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPort.UpdateStages.WithPort<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify a port number. </p>
|
||||
syntax:
|
||||
content: public interface WithPort<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_port._update_definition_stages._with_port
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_port._update_definition_stages._with_port.yml
|
||||
|
@ -1067,6 +1054,19 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_port._update_stages._with_port
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_port._update_stages._with_port.yml
|
||||
name: HasPort.UpdateStages.WithPort<ReturnT>
|
||||
nameWithType: HasPort.UpdateStages.WithPort<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPort.UpdateStages.WithPort<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify a port number. </p>
|
||||
syntax:
|
||||
content: public interface WithPort<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_addressf1beb0d352517e687fda1c3c61cff00c
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_addressf1beb0d352517e687fda1c3c61cff00c.yml
|
||||
|
@ -1080,6 +1080,19 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_address967b5ad5b2708c3ff289ac4deb3235ed
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_address967b5ad5b2708c3ff289ac4deb3235ed.yml
|
||||
name: HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>
|
||||
nameWithType: HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify the private IP address. </p>
|
||||
syntax:
|
||||
content: public interface WithPrivateIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_addressafdf064a13f0e4878a5236b6602e7e5e
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_addressafdf064a13f0e4878a5236b6602e7e5e.yml
|
||||
|
@ -1093,34 +1106,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_private_i_p_address967b5ad5b2708c3ff289ac4deb3235ed
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_private_i_p_address967b5ad5b2708c3ff289ac4deb3235ed.yml
|
||||
name: HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>
|
||||
nameWithType: HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to specify the private IP address. </p>
|
||||
syntax:
|
||||
content: public interface WithPrivateIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_protocol._update_stages._with_protocol
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_protocol._update_stages._with_protocol.yml
|
||||
name: HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>
|
||||
nameWithType: HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>
|
||||
type: Interface
|
||||
summary: <p>The stage of an update allowing to modify the transport protocol. </p>
|
||||
syntax:
|
||||
content: public interface WithProtocol<ReturnT,ProtocolT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- type: b528dcf3
|
||||
description: <p>the type of the protocol value </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_protocol._definition_stages._with_protocol
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_protocol._definition_stages._with_protocol.yml
|
||||
|
@ -1136,6 +1121,21 @@ references:
|
|||
description: <p>the next stage of the definition </p>
|
||||
- type: b528dcf3
|
||||
description: <p>the type of the protocol value </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_protocol._update_stages._with_protocol
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_protocol._update_stages._with_protocol.yml
|
||||
name: HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>
|
||||
nameWithType: HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>
|
||||
type: Interface
|
||||
summary: <p>The stage of an update allowing to modify the transport protocol. </p>
|
||||
syntax:
|
||||
content: public interface WithProtocol<ReturnT,ProtocolT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- type: b528dcf3
|
||||
description: <p>the type of the protocol value </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_protocol._update2d594d02f2d64b37d0cbf2d4701281ef
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_protocol._update2d594d02f2d64b37d0cbf2d4701281ef.yml
|
||||
|
@ -1167,22 +1167,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_fee54d81bfa58ab3eacde25e8793fa22
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_fee54d81bfa58ab3eacde25e8793fa22.yml
|
||||
name: HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
|
||||
nameWithType: HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the definition allowing to associate the resource with a public IP address.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddress<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_32cbc092b1fbbd2be3d0c4121d02b058
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_32cbc092b1fbbd2be3d0c4121d02b058.yml
|
||||
|
@ -1199,19 +1183,19 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_d81243decfd30982cd2c3894b9cc57a0
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_fee54d81bfa58ab3eacde25e8793fa22
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_d81243decfd30982cd2c3894b9cc57a0.yml
|
||||
name: HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
|
||||
nameWithType: HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_fee54d81bfa58ab3eacde25e8793fa22.yml
|
||||
name: HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
|
||||
nameWithType: HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithPublicIPAddress<ReturnT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the definition allowing to associate the resource with a public IP address, but not allowing to create one with a DNS leaf label.</p>
|
||||
<p>The stage of the definition allowing to associate the resource with a public IP address.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddressNoDnsLabel<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
|
||||
content: public interface WithPublicIPAddress<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddress<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
@ -1231,6 +1215,22 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_d81243decfd30982cd2c3894b9cc57a0
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_d81243decfd30982cd2c3894b9cc57a0.yml
|
||||
name: HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
|
||||
nameWithType: HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the definition allowing to associate the resource with a public IP address, but not allowing to create one with a DNS leaf label.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithPublicIPAddressNoDnsLabel<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_public_i_p_address_2c976405262150cc00a8607ab6efce7b
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_public_i_p_address_2c976405262150cc00a8607ab6efce7b.yml
|
||||
|
@ -1247,12 +1247,12 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_server_name_indicat4b22e1298adba7fc781c8b5d6c9429d9
|
||||
- uid: com.microsoft.azure.management.network.model._has_server_name_indicat39264f5d0ec47e8608b4a6edcc87064b
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_server_name_indicat4b22e1298adba7fc781c8b5d6c9429d9.yml
|
||||
name: HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ReturnT>
|
||||
nameWithType: HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ReturnT>
|
||||
href: com.microsoft.azure.management.network.model._has_server_name_indicat39264f5d0ec47e8608b4a6edcc87064b.yml
|
||||
name: HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>
|
||||
nameWithType: HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to require server name indication (SNI). </p>
|
||||
syntax:
|
||||
|
@ -1273,12 +1273,12 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_server_name_indicat39264f5d0ec47e8608b4a6edcc87064b
|
||||
- uid: com.microsoft.azure.management.network.model._has_server_name_indicat4b22e1298adba7fc781c8b5d6c9429d9
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_server_name_indicat39264f5d0ec47e8608b4a6edcc87064b.yml
|
||||
name: HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>
|
||||
nameWithType: HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasServerNameIndication.DefinitionStages.WithServerNameIndication<ReturnT>
|
||||
href: com.microsoft.azure.management.network.model._has_server_name_indicat4b22e1298adba7fc781c8b5d6c9429d9.yml
|
||||
name: HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ReturnT>
|
||||
nameWithType: HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasServerNameIndication.UpdateDefinitionStages.WithServerNameIndication<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to require server name indication (SNI). </p>
|
||||
syntax:
|
||||
|
@ -1286,19 +1286,6 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_ssl_certificate.ec8a49f3a3bc8f5341a28c8a53c736f7
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_ssl_certificate.ec8a49f3a3bc8f5341a28c8a53c736f7.yml
|
||||
name: HasSslCertificate.DefinitionStages.WithSslCertificate<ReturnT>
|
||||
nameWithType: HasSslCertificate.DefinitionStages.WithSslCertificate<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasSslCertificate.DefinitionStages.WithSslCertificate<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a resource definition allowing to specify the SSL certificate to associate with it. </p>
|
||||
syntax:
|
||||
content: public interface WithSslCertificate<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_ssl_certificate.4a195760de846356dd70bfe786a80e73
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_ssl_certificate.4a195760de846356dd70bfe786a80e73.yml
|
||||
|
@ -1325,16 +1312,16 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_ssl_certificate.9cf37e7ada47bc381b968c20666643ac
|
||||
- uid: com.microsoft.azure.management.network.model._has_ssl_certificate.ec8a49f3a3bc8f5341a28c8a53c736f7
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_ssl_certificate.9cf37e7ada47bc381b968c20666643ac.yml
|
||||
name: HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>
|
||||
nameWithType: HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>
|
||||
href: com.microsoft.azure.management.network.model._has_ssl_certificate.ec8a49f3a3bc8f5341a28c8a53c736f7.yml
|
||||
name: HasSslCertificate.DefinitionStages.WithSslCertificate<ReturnT>
|
||||
nameWithType: HasSslCertificate.DefinitionStages.WithSslCertificate<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasSslCertificate.DefinitionStages.WithSslCertificate<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a resource definition allowing to specify the password for the private key of the imported SSL certificate. </p>
|
||||
summary: <p>The stage of a resource definition allowing to specify the SSL certificate to associate with it. </p>
|
||||
syntax:
|
||||
content: public interface WithSslPassword<ReturnT>
|
||||
content: public interface WithSslCertificate<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
@ -1364,3 +1351,16 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.network.model._has_ssl_certificate.9cf37e7ada47bc381b968c20666643ac
|
||||
parent: com.microsoft.azure.management.network.model
|
||||
href: com.microsoft.azure.management.network.model._has_ssl_certificate.9cf37e7ada47bc381b968c20666643ac.yml
|
||||
name: HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>
|
||||
nameWithType: HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>
|
||||
fullName: com.microsoft.azure.management.network.model.HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a resource definition allowing to specify the password for the private key of the imported SSL certificate. </p>
|
||||
syntax:
|
||||
content: public interface WithSslPassword<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -104,7 +104,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The stage of a private frontend definition allowing to specify a subnet from the selected network. </p>
|
||||
syntax:
|
||||
content: public interface WithSubnet<ParentT> extends HasSubnet.DefinitionStages.WithSubnet<WithAttach<ParentT>>
|
||||
content: public interface WithSubnet<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the parent definition to return to after attaching this definition </p>
|
||||
|
@ -117,7 +117,7 @@ references:
|
|||
type: Interface
|
||||
summary: <p>The stage of virtual network gateway IP configuration definition allowing to specify the subnet the virtual network gateway is on. </p>
|
||||
syntax:
|
||||
content: public interface WithSubnet<ParentT> extends HasSubnet.DefinitionStages.WithSubnet<WithAttach<ParentT>>
|
||||
content: public interface WithSubnet<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the stage of the virtual network gateway definition to return to after attaching this definition </p>
|
||||
|
|
|
@ -438,6 +438,19 @@ references:
|
|||
description: <p>the resource type. </p>
|
||||
- type: 18a275b1
|
||||
description: <p>parent resource type. </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7.yml
|
||||
name: HasSubnet.UpdateDefinitionStages.WithSubnet<ReturnT>
|
||||
nameWithType: HasSubnet.UpdateDefinitionStages.WithSubnet<ReturnT>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.UpdateDefinitionStages.WithSubnet<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to associate a subnet with a resource. </p>
|
||||
syntax:
|
||||
content: public interface WithSubnet<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.c2f0776979e0cb50d2b104de3287f808
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.c2f0776979e0cb50d2b104de3287f808.yml
|
||||
|
@ -464,16 +477,3 @@ references:
|
|||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7
|
||||
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
|
||||
href: com.microsoft.azure.management.resources.fluentcore.arm.models.feec00187b44006d1134916f89c070c7.yml
|
||||
name: HasSubnet.UpdateDefinitionStages.WithSubnet<ReturnT>
|
||||
nameWithType: HasSubnet.UpdateDefinitionStages.WithSubnet<ReturnT>
|
||||
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet.UpdateDefinitionStages.WithSubnet<ReturnT>
|
||||
type: Interface
|
||||
summary: <p>The stage of a definition allowing to associate a subnet with a resource. </p>
|
||||
syntax:
|
||||
content: public interface WithSubnet<ReturnT>
|
||||
typeParameters:
|
||||
- type: c1a5ebc4
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -923,16 +923,6 @@ references:
|
|||
summary: <p>The template for a policy update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<PolicyDefinition>,PolicyDefinition.UpdateStages.WithDescription,PolicyDefinition.UpdateStages.WithDisplayName,PolicyDefinition.UpdateStages.WithPolicyRule,PolicyDefinition.UpdateStages.WithPolicyType
|
||||
- uid: com.microsoft.azure.management.resources._resource_group._update_stages
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._resource_group._update_stages.yml
|
||||
name: ResourceGroup.UpdateStages
|
||||
nameWithType: ResourceGroup.UpdateStages
|
||||
fullName: com.microsoft.azure.management.resources.ResourceGroup.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of all the resource group update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._update_stages
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._update_stages.yml
|
||||
|
@ -963,16 +953,16 @@ references:
|
|||
summary: <p>Grouping of generic resource update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._update_stages._with_api_version
|
||||
- uid: com.microsoft.azure.management.resources._resource_group._update_stages
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._update_stages._with_api_version.yml
|
||||
name: GenericResource.UpdateStages.WithApiVersion
|
||||
nameWithType: GenericResource.UpdateStages.WithApiVersion
|
||||
fullName: com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithApiVersion
|
||||
href: com.microsoft.azure.management.resources._resource_group._update_stages.yml
|
||||
name: ResourceGroup.UpdateStages
|
||||
nameWithType: ResourceGroup.UpdateStages
|
||||
fullName: com.microsoft.azure.management.resources.ResourceGroup.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>The template for a generic resource update operation for specifying the resource provider API version. </p>
|
||||
summary: <p>Grouping of all the resource group update stages. </p>
|
||||
syntax:
|
||||
content: public interface WithApiVersion
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._definition_stages._with_api_version
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._definition_stages._with_api_version.yml
|
||||
|
@ -983,6 +973,36 @@ references:
|
|||
summary: <p>A generic resource definition allowing api version to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithApiVersion
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._update_stages._with_api_version
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._update_stages._with_api_version.yml
|
||||
name: GenericResource.UpdateStages.WithApiVersion
|
||||
nameWithType: GenericResource.UpdateStages.WithApiVersion
|
||||
fullName: com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithApiVersion
|
||||
type: Interface
|
||||
summary: <p>The template for a generic resource update operation for specifying the resource provider API version. </p>
|
||||
syntax:
|
||||
content: public interface WithApiVersion
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._definition_stages._with_create.yml
|
||||
name: GenericResource.DefinitionStages.WithCreate
|
||||
nameWithType: GenericResource.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.resources.GenericResource.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends GenericResource.DefinitionStages.WithParentResource,GenericResource.DefinitionStages.WithApiVersion,Creatable<GenericResource>,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_create.yml
|
||||
name: PolicyAssignment.DefinitionStages.WithCreate
|
||||
nameWithType: PolicyAssignment.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.resources.PolicyAssignment.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A policy assignment with sufficient inputs to create a new policy assignment in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<PolicyAssignment>,PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
- uid: com.microsoft.azure.management.resources._deployment._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._deployment._definition_stages._with_create.yml
|
||||
|
@ -1003,16 +1023,6 @@ references:
|
|||
summary: <p>A policy definition with sufficient inputs to create a new policy in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<PolicyDefinition>,PolicyDefinition.DefinitionStages.WithDescription,PolicyDefinition.DefinitionStages.WithDisplayName,PolicyDefinition.DefinitionStages.WithPolicyType
|
||||
- uid: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_create.yml
|
||||
name: PolicyAssignment.DefinitionStages.WithCreate
|
||||
nameWithType: PolicyAssignment.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.resources.PolicyAssignment.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A policy assignment with sufficient inputs to create a new policy assignment in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<PolicyAssignment>,PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
- uid: com.microsoft.azure.management.resources._resource_group._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._resource_group._definition_stages._with_create.yml
|
||||
|
@ -1023,16 +1033,6 @@ references:
|
|||
summary: <p>A resource group definition with sufficient inputs to create a new resource group in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ResourceGroup>,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._definition_stages._with_create.yml
|
||||
name: GenericResource.DefinitionStages.WithCreate
|
||||
nameWithType: GenericResource.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.resources.GenericResource.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends GenericResource.DefinitionStages.WithParentResource,GenericResource.DefinitionStages.WithApiVersion,Creatable<GenericResource>,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_description
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_description.yml
|
||||
|
@ -1053,14 +1053,14 @@ references:
|
|||
summary: <p>A policy definition allowing the policy description to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithDescription
|
||||
- uid: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_display_name
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._update_stages._with_display_name
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_display_name.yml
|
||||
name: PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
nameWithType: PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
fullName: com.microsoft.azure.management.resources.PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
href: com.microsoft.azure.management.resources._policy_definition._update_stages._with_display_name.yml
|
||||
name: PolicyDefinition.UpdateStages.WithDisplayName
|
||||
nameWithType: PolicyDefinition.UpdateStages.WithDisplayName
|
||||
fullName: com.microsoft.azure.management.resources.PolicyDefinition.UpdateStages.WithDisplayName
|
||||
type: Interface
|
||||
summary: <p>A policy assignment allowing the display name to be set. </p>
|
||||
summary: <p>A policy definition allowing the display name to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithDisplayName
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_display_name
|
||||
|
@ -1073,14 +1073,14 @@ references:
|
|||
summary: <p>A policy definition allowing the display name to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithDisplayName
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._update_stages._with_display_name
|
||||
- uid: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_display_name
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._update_stages._with_display_name.yml
|
||||
name: PolicyDefinition.UpdateStages.WithDisplayName
|
||||
nameWithType: PolicyDefinition.UpdateStages.WithDisplayName
|
||||
fullName: com.microsoft.azure.management.resources.PolicyDefinition.UpdateStages.WithDisplayName
|
||||
href: com.microsoft.azure.management.resources._policy_assignment._definition_stages._with_display_name.yml
|
||||
name: PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
nameWithType: PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
fullName: com.microsoft.azure.management.resources.PolicyAssignment.DefinitionStages.WithDisplayName
|
||||
type: Interface
|
||||
summary: <p>A policy definition allowing the display name to be set. </p>
|
||||
summary: <p>A policy assignment allowing the display name to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithDisplayName
|
||||
- uid: com.microsoft.azure.management.resources._deployment._definition_stages._with_group
|
||||
|
@ -1123,16 +1123,6 @@ references:
|
|||
summary: <p>A deployment definition allowing the deployment mode to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithMode
|
||||
- uid: com.microsoft.azure.management.resources._deployment._definition_stages._with_parameters
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._deployment._definition_stages._with_parameters.yml
|
||||
name: Deployment.DefinitionStages.WithParameters
|
||||
nameWithType: Deployment.DefinitionStages.WithParameters
|
||||
fullName: com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithParameters
|
||||
type: Interface
|
||||
summary: <p>A deployment definition allowing the parameters to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithParameters
|
||||
- uid: com.microsoft.azure.management.resources._deployment._update_stages._with_parameters
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._deployment._update_stages._with_parameters.yml
|
||||
|
@ -1143,16 +1133,16 @@ references:
|
|||
summary: <p>A deployment update allowing to change the parameters. </p>
|
||||
syntax:
|
||||
content: public interface WithParameters
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._update_stages._with_parent_resource
|
||||
- uid: com.microsoft.azure.management.resources._deployment._definition_stages._with_parameters
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._update_stages._with_parent_resource.yml
|
||||
name: GenericResource.UpdateStages.WithParentResource
|
||||
nameWithType: GenericResource.UpdateStages.WithParentResource
|
||||
fullName: com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithParentResource
|
||||
href: com.microsoft.azure.management.resources._deployment._definition_stages._with_parameters.yml
|
||||
name: Deployment.DefinitionStages.WithParameters
|
||||
nameWithType: Deployment.DefinitionStages.WithParameters
|
||||
fullName: com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithParameters
|
||||
type: Interface
|
||||
summary: <p>A generic resource update allowing to change the parent resource. </p>
|
||||
summary: <p>A deployment definition allowing the parameters to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithParentResource
|
||||
content: public interface WithParameters
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._definitio4d69ae035372aa8dcb42ed1867c2ca77
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._definitio4d69ae035372aa8dcb42ed1867c2ca77.yml
|
||||
|
@ -1163,6 +1153,16 @@ references:
|
|||
summary: <p>A generic resource definition allowing parent resource to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithParentResource
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._update_stages._with_parent_resource
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._update_stages._with_parent_resource.yml
|
||||
name: GenericResource.UpdateStages.WithParentResource
|
||||
nameWithType: GenericResource.UpdateStages.WithParentResource
|
||||
fullName: com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithParentResource
|
||||
type: Interface
|
||||
summary: <p>A generic resource update allowing to change the parent resource. </p>
|
||||
syntax:
|
||||
content: public interface WithParentResource
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._update_stages._with_plan
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._update_stages._with_plan.yml
|
||||
|
@ -1193,16 +1193,6 @@ references:
|
|||
summary: <p>A policy assignment allowing the policy definition to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithPolicyDefinition
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_rule
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_rule.yml
|
||||
name: PolicyDefinition.DefinitionStages.WithPolicyRule
|
||||
nameWithType: PolicyDefinition.DefinitionStages.WithPolicyRule
|
||||
fullName: com.microsoft.azure.management.resources.PolicyDefinition.DefinitionStages.WithPolicyRule
|
||||
type: Interface
|
||||
summary: <p>A policy definition allowing the policy rule to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithPolicyRule
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._update_stages._with_policy_rule
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._update_stages._with_policy_rule.yml
|
||||
|
@ -1213,16 +1203,16 @@ references:
|
|||
summary: <p>A policy definition allowing the policy rule to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithPolicyRule
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_type
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_rule
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_type.yml
|
||||
name: PolicyDefinition.DefinitionStages.WithPolicyType
|
||||
nameWithType: PolicyDefinition.DefinitionStages.WithPolicyType
|
||||
fullName: com.microsoft.azure.management.resources.PolicyDefinition.DefinitionStages.WithPolicyType
|
||||
href: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_rule.yml
|
||||
name: PolicyDefinition.DefinitionStages.WithPolicyRule
|
||||
nameWithType: PolicyDefinition.DefinitionStages.WithPolicyRule
|
||||
fullName: com.microsoft.azure.management.resources.PolicyDefinition.DefinitionStages.WithPolicyRule
|
||||
type: Interface
|
||||
summary: <p>A policy definition specifying the policy type to be blob. </p>
|
||||
summary: <p>A policy definition allowing the policy rule to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithPolicyType
|
||||
content: public interface WithPolicyRule
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._update_stages._with_policy_type
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._update_stages._with_policy_type.yml
|
||||
|
@ -1233,6 +1223,16 @@ references:
|
|||
summary: <p>A policy definition allowing the policy type to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithPolicyType
|
||||
- uid: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_type
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._policy_definition._definition_stages._with_policy_type.yml
|
||||
name: PolicyDefinition.DefinitionStages.WithPolicyType
|
||||
nameWithType: PolicyDefinition.DefinitionStages.WithPolicyType
|
||||
fullName: com.microsoft.azure.management.resources.PolicyDefinition.DefinitionStages.WithPolicyType
|
||||
type: Interface
|
||||
summary: <p>A policy definition specifying the policy type to be blob. </p>
|
||||
syntax:
|
||||
content: public interface WithPolicyType
|
||||
- uid: com.microsoft.azure.management.resources._generic_resource._update_stages._with_properties
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._generic_resource._update_stages._with_properties.yml
|
||||
|
@ -1273,16 +1273,6 @@ references:
|
|||
summary: <p>A policy assignment specifying the scope of the policy. </p>
|
||||
syntax:
|
||||
content: public interface WithScope
|
||||
- uid: com.microsoft.azure.management.resources._deployment._definition_stages._with_template
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._deployment._definition_stages._with_template.yml
|
||||
name: Deployment.DefinitionStages.WithTemplate
|
||||
nameWithType: Deployment.DefinitionStages.WithTemplate
|
||||
fullName: com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate
|
||||
type: Interface
|
||||
summary: <p>A deployment definition allowing the template to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithTemplate
|
||||
- uid: com.microsoft.azure.management.resources._deployment._update_stages._with_template
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._deployment._update_stages._with_template.yml
|
||||
|
@ -1293,3 +1283,13 @@ references:
|
|||
summary: <p>A deployment update allowing to change the template. </p>
|
||||
syntax:
|
||||
content: public interface WithTemplate
|
||||
- uid: com.microsoft.azure.management.resources._deployment._definition_stages._with_template
|
||||
parent: com.microsoft.azure.management.resources
|
||||
href: com.microsoft.azure.management.resources._deployment._definition_stages._with_template.yml
|
||||
name: Deployment.DefinitionStages.WithTemplate
|
||||
nameWithType: Deployment.DefinitionStages.WithTemplate
|
||||
fullName: com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate
|
||||
type: Interface
|
||||
summary: <p>A deployment definition allowing the template to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithTemplate
|
||||
|
|
|
@ -753,26 +753,6 @@ references:
|
|||
summary: <p>Grouping of Service Bus topic authorization rule definition stages. </p>
|
||||
syntax:
|
||||
content: public interface DefinitionStages
|
||||
- uid: com.microsoft.azure.management.servicebus._topic_authorization_rule._update
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic_authorization_rule._update.yml
|
||||
name: TopicAuthorizationRule.Update
|
||||
nameWithType: TopicAuthorizationRule.Update
|
||||
fullName: com.microsoft.azure.management.servicebus.TopicAuthorizationRule.Update
|
||||
type: Interface
|
||||
summary: <p>The entirety of the topic authorization rule update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<TopicAuthorizationRule>,AuthorizationRule<RuleT extends AuthorizationRule<RuleT>.UpdateStages.WithListenOrSendOrManage<TopicAuthorizationRule.Update>
|
||||
- uid: com.microsoft.azure.management.servicebus._namespace_authorization_rule._update
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._namespace_authorization_rule._update.yml
|
||||
name: NamespaceAuthorizationRule.Update
|
||||
nameWithType: NamespaceAuthorizationRule.Update
|
||||
fullName: com.microsoft.azure.management.servicebus.NamespaceAuthorizationRule.Update
|
||||
type: Interface
|
||||
summary: <p>The entirety of the namespace authorization rule update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<NamespaceAuthorizationRule>,AuthorizationRule<RuleT extends AuthorizationRule<RuleT>.UpdateStages.WithListenOrSendOrManage<Update>
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update.yml
|
||||
|
@ -823,14 +803,34 @@ references:
|
|||
summary: <p>The template for a Service Bus topic update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<Topic>,Topic.UpdateStages.WithSize,Topic.UpdateStages.WithDeleteOnIdle,Topic.UpdateStages.WithDefaultMessageTTL,Topic.UpdateStages.WithExpressMessage,Topic.UpdateStages.WithMessageBatching,Topic.UpdateStages.WithDuplicateMessageDetection,Topic.UpdateStages.WithSubscription,Topic.UpdateStages.WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._update_stages
|
||||
- uid: com.microsoft.azure.management.servicebus._topic_authorization_rule._update
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._update_stages.yml
|
||||
name: ServiceBusSubscription.UpdateStages
|
||||
nameWithType: ServiceBusSubscription.UpdateStages
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages
|
||||
href: com.microsoft.azure.management.servicebus._topic_authorization_rule._update.yml
|
||||
name: TopicAuthorizationRule.Update
|
||||
nameWithType: TopicAuthorizationRule.Update
|
||||
fullName: com.microsoft.azure.management.servicebus.TopicAuthorizationRule.Update
|
||||
type: Interface
|
||||
summary: <p>Grouping of subscription update stages. </p>
|
||||
summary: <p>The entirety of the topic authorization rule update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<TopicAuthorizationRule>,AuthorizationRule<RuleT extends AuthorizationRule<RuleT>.UpdateStages.WithListenOrSendOrManage<TopicAuthorizationRule.Update>
|
||||
- uid: com.microsoft.azure.management.servicebus._namespace_authorization_rule._update
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._namespace_authorization_rule._update.yml
|
||||
name: NamespaceAuthorizationRule.Update
|
||||
nameWithType: NamespaceAuthorizationRule.Update
|
||||
fullName: com.microsoft.azure.management.servicebus.NamespaceAuthorizationRule.Update
|
||||
type: Interface
|
||||
summary: <p>The entirety of the namespace authorization rule update. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<NamespaceAuthorizationRule>,AuthorizationRule<RuleT extends AuthorizationRule<RuleT>.UpdateStages.WithListenOrSendOrManage<Update>
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages.yml
|
||||
name: Queue.UpdateStages
|
||||
nameWithType: Queue.UpdateStages
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of Service Bus queue update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._update_stages
|
||||
|
@ -843,16 +843,6 @@ references:
|
|||
summary: <p>Grouping of commons authorization rule update stages shared between different Service Bus entities (namespace, queue, topic, subscription) access rules. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages.yml
|
||||
name: Queue.UpdateStages
|
||||
nameWithType: Queue.UpdateStages
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of Service Bus queue update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages.yml
|
||||
|
@ -863,6 +853,16 @@ references:
|
|||
summary: <p>Grouping of all the Service Bus namespace update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._update_stages
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._update_stages.yml
|
||||
name: ServiceBusSubscription.UpdateStages
|
||||
nameWithType: ServiceBusSubscription.UpdateStages
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of subscription update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages.yml
|
||||
|
@ -873,24 +873,14 @@ references:
|
|||
summary: <p>Grouping of Service Bus topic update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_authorization_rule
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_authorization_rule
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_authorization_rule.yml
|
||||
name: Topic.DefinitionStages.WithAuthorizationRule
|
||||
nameWithType: Topic.DefinitionStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithAuthorizationRule
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_authorization_rule.yml
|
||||
name: Queue.UpdateStages.WithAuthorizationRule
|
||||
nameWithType: Queue.UpdateStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithAuthorizationRule
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to add an authorization rule for accessing the topic. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.yml
|
||||
name: ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
|
||||
nameWithType: ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
|
||||
type: Interface
|
||||
summary: <p>The stage of the Service Bus namespace definition allowing to add an authorization rule for accessing the namespace. </p>
|
||||
summary: <p>The stage of the queue definition allowing to add an authorization rule for accessing the queue. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._upde4871c65dc841820eec035c3ac7e6dc7
|
||||
|
@ -903,6 +893,26 @@ references:
|
|||
summary: <p>The stage of the Service Bus namespace update allowing manage authorization rules for the namespace. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._def99e858b4c2308da79b0248a8b3085bb6.yml
|
||||
name: ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
|
||||
nameWithType: ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
|
||||
type: Interface
|
||||
summary: <p>The stage of the Service Bus namespace definition allowing to add an authorization rule for accessing the namespace. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_authorization_rule
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_authorization_rule.yml
|
||||
name: Topic.DefinitionStages.WithAuthorizationRule
|
||||
nameWithType: Topic.DefinitionStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithAuthorizationRule
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to add an authorization rule for accessing the topic. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._06a60faefb2e0b77d53ecd7e0df88a47
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._06a60faefb2e0b77d53ecd7e0df88a47.yml
|
||||
|
@ -913,26 +923,6 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to add an authorization rule for accessing the subscription. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._68a0afabcda944071ae1af6771b3005d
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._68a0afabcda944071ae1af6771b3005d.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithAuthorizationRule
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithAuthorizationRule
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to add an authorization rule for accessing the subscription. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_authorization_rule
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_authorization_rule.yml
|
||||
name: Queue.UpdateStages.WithAuthorizationRule
|
||||
nameWithType: Queue.UpdateStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithAuthorizationRule
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to add an authorization rule for accessing the queue. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_authorization_rule
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_authorization_rule.yml
|
||||
|
@ -943,6 +933,16 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to add an authorization rule for accessing the queue. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._68a0afabcda944071ae1af6771b3005d
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._68a0afabcda944071ae1af6771b3005d.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithAuthorizationRule
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithAuthorizationRule
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithAuthorizationRule
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to add an authorization rule for accessing the subscription. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_authorization_rule
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_authorization_rule.yml
|
||||
|
@ -953,46 +953,6 @@ references:
|
|||
summary: <p>The stage of the topic definition allowing to add an authorization rule for accessing the topic. </p>
|
||||
syntax:
|
||||
content: public interface WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._topic_authorization_rule._f23935d56b5d5f55b3ef4b05a4abc4e5
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic_authorization_rule._f23935d56b5d5f55b3ef4b05a4abc4e5.yml
|
||||
name: TopicAuthorizationRule.DefinitionStages.WithCreate
|
||||
nameWithType: TopicAuthorizationRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.TopicAuthorizationRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<TopicAuthorizationRule>
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_create.yml
|
||||
name: Topic.DefinitionStages.WithCreate
|
||||
nameWithType: Topic.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<Topic>,Topic.DefinitionStages.WithSize,Topic.DefinitionStages.WithPartitioning,Topic.DefinitionStages.WithDeleteOnIdle,Topic.DefinitionStages.WithDefaultMessageTTL,Topic.DefinitionStages.WithExpressMessage,Topic.DefinitionStages.WithMessageBatching,Topic.DefinitionStages.WithDuplicateMessageDetection,Topic.DefinitionStages.WithSubscription,Topic.DefinitionStages.WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._queue_authorization_rule._4ceea3b46b5117da9b598827f39f88de
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue_authorization_rule._4ceea3b46b5117da9b598827f39f88de.yml
|
||||
name: QueueAuthorizationRule.DefinitionStages.WithCreate
|
||||
nameWithType: QueueAuthorizationRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.QueueAuthorizationRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<QueueAuthorizationRule>
|
||||
- uid: com.microsoft.azure.management.servicebus._namespace_authorization_rule_32c1e376c87543f7f4351dff4c326f0d
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._namespace_authorization_rule_32c1e376c87543f7f4351dff4c326f0d.yml
|
||||
name: NamespaceAuthorizationRule.DefinitionStages.WithCreate
|
||||
nameWithType: NamespaceAuthorizationRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.NamespaceAuthorizationRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<NamespaceAuthorizationRule>
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._839f86254d3b8a7f6ca9856fb8a33baf
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._839f86254d3b8a7f6ca9856fb8a33baf.yml
|
||||
|
@ -1003,16 +963,36 @@ references:
|
|||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ServiceBusSubscription>,ServiceBusSubscription.DefinitionStages.WithDeleteOnIdle,ServiceBusSubscription.DefinitionStages.WithMessageLockDuration,ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL,ServiceBusSubscription.DefinitionStages.WithSession,ServiceBusSubscription.DefinitionStages.WithMessageBatching,ServiceBusSubscription.DefinitionStages.WithExpiredMessageMovedToDeadLetterSubscription,ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount,ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_create
|
||||
- uid: com.microsoft.azure.management.servicebus._topic_authorization_rule._f23935d56b5d5f55b3ef4b05a4abc4e5
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_create.yml
|
||||
name: Queue.DefinitionStages.WithCreate
|
||||
nameWithType: Queue.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithCreate
|
||||
href: com.microsoft.azure.management.servicebus._topic_authorization_rule._f23935d56b5d5f55b3ef4b05a4abc4e5.yml
|
||||
name: TopicAuthorizationRule.DefinitionStages.WithCreate
|
||||
nameWithType: TopicAuthorizationRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.TopicAuthorizationRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<Queue>,Queue.DefinitionStages.WithSize,Queue.DefinitionStages.WithPartitioning,Queue.DefinitionStages.WithDeleteOnIdle,Queue.DefinitionStages.WithMessageLockDuration,Queue.DefinitionStages.WithDefaultMessageTTL,Queue.DefinitionStages.WithSession,Queue.DefinitionStages.WithExpressMessage,Queue.DefinitionStages.WithMessageBatching,Queue.DefinitionStages.WithDuplicateMessageDetection,Queue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueue,Queue.DefinitionStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount,Queue.DefinitionStages.WithAuthorizationRule
|
||||
content: public interface WithCreate extends Creatable<TopicAuthorizationRule>
|
||||
- uid: com.microsoft.azure.management.servicebus._namespace_authorization_rule_32c1e376c87543f7f4351dff4c326f0d
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._namespace_authorization_rule_32c1e376c87543f7f4351dff4c326f0d.yml
|
||||
name: NamespaceAuthorizationRule.DefinitionStages.WithCreate
|
||||
nameWithType: NamespaceAuthorizationRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.NamespaceAuthorizationRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<NamespaceAuthorizationRule>
|
||||
- uid: com.microsoft.azure.management.servicebus._queue_authorization_rule._4ceea3b46b5117da9b598827f39f88de
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue_authorization_rule._4ceea3b46b5117da9b598827f39f88de.yml
|
||||
name: QueueAuthorizationRule.DefinitionStages.WithCreate
|
||||
nameWithType: QueueAuthorizationRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.QueueAuthorizationRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<QueueAuthorizationRule>
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_create.yml
|
||||
|
@ -1023,12 +1003,32 @@ references:
|
|||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<ServiceBusNamespace>,Resource.DefinitionWithTags<WithCreate>,ServiceBusNamespace.DefinitionStages.WithSku,ServiceBusNamespace.DefinitionStages.WithQueue,ServiceBusNamespace.DefinitionStages.WithTopic,ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_default_message_t_t_l
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_default_message_t_t_l.yml
|
||||
name: Topic.DefinitionStages.WithDefaultMessageTTL
|
||||
nameWithType: Topic.DefinitionStages.WithDefaultMessageTTL
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithDefaultMessageTTL
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_create.yml
|
||||
name: Topic.DefinitionStages.WithCreate
|
||||
nameWithType: Topic.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<Topic>,Topic.DefinitionStages.WithSize,Topic.DefinitionStages.WithPartitioning,Topic.DefinitionStages.WithDeleteOnIdle,Topic.DefinitionStages.WithDefaultMessageTTL,Topic.DefinitionStages.WithExpressMessage,Topic.DefinitionStages.WithMessageBatching,Topic.DefinitionStages.WithDuplicateMessageDetection,Topic.DefinitionStages.WithSubscription,Topic.DefinitionStages.WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_create.yml
|
||||
name: Queue.DefinitionStages.WithCreate
|
||||
nameWithType: Queue.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<Queue>,Queue.DefinitionStages.WithSize,Queue.DefinitionStages.WithPartitioning,Queue.DefinitionStages.WithDeleteOnIdle,Queue.DefinitionStages.WithMessageLockDuration,Queue.DefinitionStages.WithDefaultMessageTTL,Queue.DefinitionStages.WithSession,Queue.DefinitionStages.WithExpressMessage,Queue.DefinitionStages.WithMessageBatching,Queue.DefinitionStages.WithDuplicateMessageDetection,Queue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueue,Queue.DefinitionStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount,Queue.DefinitionStages.WithAuthorizationRule
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_default_message_t_t_l
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_default_message_t_t_l.yml
|
||||
name: Topic.UpdateStages.WithDefaultMessageTTL
|
||||
nameWithType: Topic.UpdateStages.WithDefaultMessageTTL
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithDefaultMessageTTL
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
|
@ -1043,16 +1043,6 @@ references:
|
|||
summary: <p>The stage of the subscription definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultMessageTTL
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._fdc759b9654366723d3a0834a025a056
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._fdc759b9654366723d3a0834a025a056.yml
|
||||
name: ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
|
||||
nameWithType: ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
|
||||
type: Interface
|
||||
summary: <p>The stage of the subscription definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultMessageTTL
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_default_message_t_t_l
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_default_message_t_t_l.yml
|
||||
|
@ -1063,6 +1053,26 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultMessageTTL
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_default_message_t_t_l
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_default_message_t_t_l.yml
|
||||
name: Topic.DefinitionStages.WithDefaultMessageTTL
|
||||
nameWithType: Topic.DefinitionStages.WithDefaultMessageTTL
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithDefaultMessageTTL
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultMessageTTL
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._fdc759b9654366723d3a0834a025a056
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._fdc759b9654366723d3a0834a025a056.yml
|
||||
name: ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
|
||||
nameWithType: ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
|
||||
type: Interface
|
||||
summary: <p>The stage of the subscription definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultMessageTTL
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_default_message_t_t_l
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_default_message_t_t_l.yml
|
||||
|
@ -1073,16 +1083,6 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultMessageTTL
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_default_message_t_t_l
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_default_message_t_t_l.yml
|
||||
name: Topic.UpdateStages.WithDefaultMessageTTL
|
||||
nameWithType: Topic.UpdateStages.WithDefaultMessageTTL
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithDefaultMessageTTL
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to define default TTL for messages. </p>
|
||||
syntax:
|
||||
content: public interface WithDefaultMessageTTL
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_delete_on_idle
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_delete_on_idle.yml
|
||||
|
@ -1093,26 +1093,6 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to define auto delete behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithDeleteOnIdle
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_delete_on_idle
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_delete_on_idle.yml
|
||||
name: Queue.UpdateStages.WithDeleteOnIdle
|
||||
nameWithType: Queue.UpdateStages.WithDeleteOnIdle
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithDeleteOnIdle
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to define auto delete behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithDeleteOnIdle
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._f3b168b63a833d24d0ac0c3aab0b431e
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._f3b168b63a833d24d0ac0c3aab0b431e.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
|
||||
type: Interface
|
||||
summary: <p>The stage of the subscription definition allowing to define auto delete behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithDeleteOnIdle
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_delete_on_idle
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_delete_on_idle.yml
|
||||
|
@ -1143,6 +1123,26 @@ references:
|
|||
summary: <p>The stage of the topic definition allowing to define auto delete behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithDeleteOnIdle
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._f3b168b63a833d24d0ac0c3aab0b431e
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._f3b168b63a833d24d0ac0c3aab0b431e.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
|
||||
type: Interface
|
||||
summary: <p>The stage of the subscription definition allowing to define auto delete behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithDeleteOnIdle
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_delete_on_idle
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_delete_on_idle.yml
|
||||
name: Queue.UpdateStages.WithDeleteOnIdle
|
||||
nameWithType: Queue.UpdateStages.WithDeleteOnIdle
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithDeleteOnIdle
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to define auto delete behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithDeleteOnIdle
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_duplicate_message_detection
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_duplicate_message_detection.yml
|
||||
|
@ -1153,16 +1153,6 @@ references:
|
|||
summary: <p>The stage of the topic definition allowing to specify duration of the duplicate message detection history. </p>
|
||||
syntax:
|
||||
content: public interface WithDuplicateMessageDetection
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_duplicate_message_detection
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_duplicate_message_detection.yml
|
||||
name: Queue.UpdateStages.WithDuplicateMessageDetection
|
||||
nameWithType: Queue.UpdateStages.WithDuplicateMessageDetection
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithDuplicateMessageDetection
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to specify duration of the duplicate message detection history. </p>
|
||||
syntax:
|
||||
content: public interface WithDuplicateMessageDetection
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages_10c3053a9247dcebe4d63657b9e8515b6
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages_10c3053a9247dcebe4d63657b9e8515b6.yml
|
||||
|
@ -1183,6 +1173,16 @@ references:
|
|||
summary: <p>The stage of the topic definition allowing to specify duration of the duplicate message detection history. </p>
|
||||
syntax:
|
||||
content: public interface WithDuplicateMessageDetection
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_duplicate_message_detection
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_duplicate_message_detection.yml
|
||||
name: Queue.UpdateStages.WithDuplicateMessageDetection
|
||||
nameWithType: Queue.UpdateStages.WithDuplicateMessageDetection
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithDuplicateMessageDetection
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to specify duration of the duplicate message detection history. </p>
|
||||
syntax:
|
||||
content: public interface WithDuplicateMessageDetection
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages_1308f46d6ab0ee4a4e635fc2e96269429
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages_1308f46d6ab0ee4a4e635fc2e96269429.yml
|
||||
|
@ -1203,16 +1203,6 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue. </p>
|
||||
syntax:
|
||||
content: public interface WithExpiredMessageMovedToDeadLetterQueue
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._612ddc1ddcc2378459e87960e352a6fc
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._612ddc1ddcc2378459e87960e352a6fc.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
|
||||
type: Interface
|
||||
summary: <p>The stage of the subscription update allowing to specify whether expired message can be moved to secondary dead-letter subscription. </p>
|
||||
syntax:
|
||||
content: public interface WithExpiredMessageMovedToDeadLetterSubscription
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._45879a09ff9526bb2890936a002f9476
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._45879a09ff9526bb2890936a002f9476.yml
|
||||
|
@ -1223,14 +1213,24 @@ references:
|
|||
summary: <p>The stage of the subscription definition allowing to specify whether expired message can be moved to secondary dead-letter subscription. </p>
|
||||
syntax:
|
||||
content: public interface WithExpiredMessageMovedToDeadLetterSubscription
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_express_message
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._612ddc1ddcc2378459e87960e352a6fc
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_express_message.yml
|
||||
name: Topic.UpdateStages.WithExpressMessage
|
||||
nameWithType: Topic.UpdateStages.WithExpressMessage
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithExpressMessage
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._612ddc1ddcc2378459e87960e352a6fc.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to mark it as either holding regular or express messages. </p>
|
||||
summary: <p>The stage of the subscription update allowing to specify whether expired message can be moved to secondary dead-letter subscription. </p>
|
||||
syntax:
|
||||
content: public interface WithExpiredMessageMovedToDeadLetterSubscription
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_express_message
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_express_message.yml
|
||||
name: Queue.DefinitionStages.WithExpressMessage
|
||||
nameWithType: Queue.DefinitionStages.WithExpressMessage
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithExpressMessage
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to mark messages as express messages. </p>
|
||||
syntax:
|
||||
content: public interface WithExpressMessage
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_express_message
|
||||
|
@ -1243,16 +1243,6 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to mark it as either holding regular or express messages. </p>
|
||||
syntax:
|
||||
content: public interface WithExpressMessage
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_express_message
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_express_message.yml
|
||||
name: Queue.DefinitionStages.WithExpressMessage
|
||||
nameWithType: Queue.DefinitionStages.WithExpressMessage
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithExpressMessage
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to mark messages as express messages. </p>
|
||||
syntax:
|
||||
content: public interface WithExpressMessage
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_express_message
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_express_message.yml
|
||||
|
@ -1263,6 +1253,16 @@ references:
|
|||
summary: <p>The stage of the topic definition allowing to mark messages as express messages. </p>
|
||||
syntax:
|
||||
content: public interface WithExpressMessage
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_express_message
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_express_message.yml
|
||||
name: Topic.UpdateStages.WithExpressMessage
|
||||
nameWithType: Topic.UpdateStages.WithExpressMessage
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithExpressMessage
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to mark it as either holding regular or express messages. </p>
|
||||
syntax:
|
||||
content: public interface WithExpressMessage
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_group
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_group.yml
|
||||
|
@ -1305,22 +1305,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._definia8347ed67fcbf3f376b3c515044876dd
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._definia8347ed67fcbf3f376b3c515044876dd.yml
|
||||
name: AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
|
||||
nameWithType: AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
|
||||
fullName: com.microsoft.azure.management.servicebus.AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the Service Bus authorization rule definition allowing to enable listen, send or manage policy.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithListenOrSendOrManage<T> extends AuthorizationRule<T>.DefinitionStages.WithListen,AuthorizationRule<T>.DefinitionStages.WithSendOrManage
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._updateb13116ea667bebdf06e85d769e03ee5f
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._updateb13116ea667bebdf06e85d769e03ee5f.yml
|
||||
|
@ -1337,19 +1321,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._definition_stages._with_manage
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._definia8347ed67fcbf3f376b3c515044876dd
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._definition_stages._with_manage.yml
|
||||
name: AuthorizationRule.DefinitionStages.WithManage<T>
|
||||
nameWithType: AuthorizationRule.DefinitionStages.WithManage<T>
|
||||
fullName: com.microsoft.azure.management.servicebus.AuthorizationRule.DefinitionStages.WithManage<T>
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._definia8347ed67fcbf3f376b3c515044876dd.yml
|
||||
name: AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
|
||||
nameWithType: AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
|
||||
fullName: com.microsoft.azure.management.servicebus.AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the Service Bus authorization rule definition allowing to enable manage policy.</p>
|
||||
<p>The stage of the Service Bus authorization rule definition allowing to enable listen, send or manage policy.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithManage<T>
|
||||
content: public interface WithListenOrSendOrManage<T> extends AuthorizationRule<T>.DefinitionStages.WithListen,AuthorizationRule<T>.DefinitionStages.WithSendOrManage
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
@ -1369,36 +1353,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_message_batching
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._definition_stages._with_manage
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_message_batching.yml
|
||||
name: Topic.DefinitionStages.WithMessageBatching
|
||||
nameWithType: Topic.DefinitionStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithMessageBatching
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._definition_stages._with_manage.yml
|
||||
name: AuthorizationRule.DefinitionStages.WithManage<T>
|
||||
nameWithType: AuthorizationRule.DefinitionStages.WithManage<T>
|
||||
fullName: com.microsoft.azure.management.servicebus.AuthorizationRule.DefinitionStages.WithManage<T>
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing specify batching behaviour. </p>
|
||||
summary: >-
|
||||
<p>The stage of the Service Bus authorization rule definition allowing to enable manage policy.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_batching
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_batching.yml
|
||||
name: Queue.DefinitionStages.WithMessageBatching
|
||||
nameWithType: Queue.DefinitionStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithMessageBatching
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing specify batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_message_batching
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_message_batching.yml
|
||||
name: Topic.UpdateStages.WithMessageBatching
|
||||
nameWithType: Topic.UpdateStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithMessageBatching
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing configure message batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
content: public interface WithManage<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._5707e967024cb80bb0e59793124beb85
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._5707e967024cb80bb0e59793124beb85.yml
|
||||
|
@ -1409,16 +1379,6 @@ references:
|
|||
summary: <p>The stage of the subscription definition allowing specify batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_message_batching
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_message_batching.yml
|
||||
name: Queue.UpdateStages.WithMessageBatching
|
||||
nameWithType: Queue.UpdateStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithMessageBatching
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing configure message batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._afb78855c7e12e6185eeb82284b5dac6
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._afb78855c7e12e6185eeb82284b5dac6.yml
|
||||
|
@ -1429,16 +1389,46 @@ references:
|
|||
summary: <p>The stage of the subscription definition allowing configure message batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_lock_duration
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_batching
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_lock_duration.yml
|
||||
name: Queue.DefinitionStages.WithMessageLockDuration
|
||||
nameWithType: Queue.DefinitionStages.WithMessageLockDuration
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithMessageLockDuration
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_batching.yml
|
||||
name: Queue.DefinitionStages.WithMessageBatching
|
||||
nameWithType: Queue.DefinitionStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithMessageBatching
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to define duration for message lock. </p>
|
||||
summary: <p>The stage of the queue definition allowing specify batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageLockDuration
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_message_batching
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_message_batching.yml
|
||||
name: Topic.DefinitionStages.WithMessageBatching
|
||||
nameWithType: Topic.DefinitionStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithMessageBatching
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing specify batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_message_batching
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_message_batching.yml
|
||||
name: Topic.UpdateStages.WithMessageBatching
|
||||
nameWithType: Topic.UpdateStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithMessageBatching
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing configure message batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_message_batching
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_message_batching.yml
|
||||
name: Queue.UpdateStages.WithMessageBatching
|
||||
nameWithType: Queue.UpdateStages.WithMessageBatching
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithMessageBatching
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing configure message batching behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageBatching
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._b35f5bc20828103d07df278b4537518b
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._b35f5bc20828103d07df278b4537518b.yml
|
||||
|
@ -1469,16 +1459,16 @@ references:
|
|||
summary: <p>The stage of the subscription definition allowing to define duration for message lock. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageLockDuration
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._2bfaa0532be5f16292fcad5371e4f840
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_lock_duration
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._2bfaa0532be5f16292fcad5371e4f840.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_message_lock_duration.yml
|
||||
name: Queue.DefinitionStages.WithMessageLockDuration
|
||||
nameWithType: Queue.DefinitionStages.WithMessageLockDuration
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithMessageLockDuration
|
||||
type: Interface
|
||||
summary: <p>The stage of the subscription definition allowing to specify maximum delivery count of message before moving it to dead-letter queue. </p>
|
||||
summary: <p>The stage of the queue definition allowing to define duration for message lock. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
content: public interface WithMessageLockDuration
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages_1989dffe42f5ca76ab9de772364fa6a90
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages_1989dffe42f5ca76ab9de772364fa6a90.yml
|
||||
|
@ -1499,6 +1489,16 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to specify maximum delivery count of message before moving it to dead-letter queue. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._2bfaa0532be5f16292fcad5371e4f840
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._2bfaa0532be5f16292fcad5371e4f840.yml
|
||||
name: ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
nameWithType: ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
type: Interface
|
||||
summary: <p>The stage of the subscription definition allowing to specify maximum delivery count of message before moving it to dead-letter queue. </p>
|
||||
syntax:
|
||||
content: public interface WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._4987bd25757f84bcb7e027a34a46fea3
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._4987bd25757f84bcb7e027a34a46fea3.yml
|
||||
|
@ -1549,16 +1549,6 @@ references:
|
|||
summary: <p>The stage of the topic definition allowing to specify partitioning behaviour. </p>
|
||||
syntax:
|
||||
content: public interface WithPartitioning
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue.yml
|
||||
name: ServiceBusNamespace.DefinitionStages.WithQueue
|
||||
nameWithType: ServiceBusNamespace.DefinitionStages.WithQueue
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithQueue
|
||||
type: Interface
|
||||
summary: <p>The stage of the Service Bus namespace definition allowing to add a new queue in the namespace. </p>
|
||||
syntax:
|
||||
content: public interface WithQueue
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages._with_queue
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages._with_queue.yml
|
||||
|
@ -1569,6 +1559,16 @@ references:
|
|||
summary: <p>The stage of the Service Bus namespace update allowing to manage queues in the namespace. </p>
|
||||
syntax:
|
||||
content: public interface WithQueue
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_queue.yml
|
||||
name: ServiceBusNamespace.DefinitionStages.WithQueue
|
||||
nameWithType: ServiceBusNamespace.DefinitionStages.WithQueue
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithQueue
|
||||
type: Interface
|
||||
summary: <p>The stage of the Service Bus namespace definition allowing to add a new queue in the namespace. </p>
|
||||
syntax:
|
||||
content: public interface WithQueue
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._definition_stages._with_send
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._definition_stages._with_send.yml
|
||||
|
@ -1601,22 +1601,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._update_stages._with_send_or_manage
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._update_stages._with_send_or_manage.yml
|
||||
name: AuthorizationRule.UpdateStages.WithSendOrManage<T>
|
||||
nameWithType: AuthorizationRule.UpdateStages.WithSendOrManage<T>
|
||||
fullName: com.microsoft.azure.management.servicebus.AuthorizationRule.UpdateStages.WithSendOrManage<T>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the Service Bus authorization rule update allowing to enable send or manage policy.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithSendOrManage<T> extends AuthorizationRule<T>.UpdateStages.WithSend,AuthorizationRule<T>.UpdateStages.WithManage
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._definidf27f8515325e4d516f488411369e961
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._definidf27f8515325e4d516f488411369e961.yml
|
||||
|
@ -1633,26 +1617,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_session
|
||||
- uid: com.microsoft.azure.management.servicebus._authorization_rule._update_stages._with_send_or_manage
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_session.yml
|
||||
name: Queue.UpdateStages.WithSession
|
||||
nameWithType: Queue.UpdateStages.WithSession
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithSession
|
||||
href: com.microsoft.azure.management.servicebus._authorization_rule._update_stages._with_send_or_manage.yml
|
||||
name: AuthorizationRule.UpdateStages.WithSendOrManage<T>
|
||||
nameWithType: AuthorizationRule.UpdateStages.WithSendOrManage<T>
|
||||
fullName: com.microsoft.azure.management.servicebus.AuthorizationRule.UpdateStages.WithSendOrManage<T>
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to enable session support. </p>
|
||||
summary: >-
|
||||
<p>The stage of the Service Bus authorization rule update allowing to enable send or manage policy.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithSession
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_session
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_session.yml
|
||||
name: Queue.DefinitionStages.WithSession
|
||||
nameWithType: Queue.DefinitionStages.WithSession
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithSession
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to enable session support. </p>
|
||||
syntax:
|
||||
content: public interface WithSession
|
||||
content: public interface WithSendOrManage<T> extends AuthorizationRule<T>.UpdateStages.WithSend,AuthorizationRule<T>.UpdateStages.WithManage
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the update </p>
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_subscription._update_stages._with_session
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_subscription._update_stages._with_session.yml
|
||||
|
@ -1673,16 +1653,26 @@ references:
|
|||
summary: <p>The stage of the subscription definition allowing to enable session support. </p>
|
||||
syntax:
|
||||
content: public interface WithSession
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_size
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_session
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_size.yml
|
||||
name: Queue.DefinitionStages.WithSize
|
||||
nameWithType: Queue.DefinitionStages.WithSize
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithSize
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_session.yml
|
||||
name: Queue.UpdateStages.WithSession
|
||||
nameWithType: Queue.UpdateStages.WithSession
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithSession
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to specify size. </p>
|
||||
summary: <p>The stage of the queue definition allowing to enable session support. </p>
|
||||
syntax:
|
||||
content: public interface WithSize
|
||||
content: public interface WithSession
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_session
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_session.yml
|
||||
name: Queue.DefinitionStages.WithSession
|
||||
nameWithType: Queue.DefinitionStages.WithSession
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithSession
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to enable session support. </p>
|
||||
syntax:
|
||||
content: public interface WithSession
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_size
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_size.yml
|
||||
|
@ -1693,16 +1683,6 @@ references:
|
|||
summary: <p>The stage of the topic definition allowing to specify size. </p>
|
||||
syntax:
|
||||
content: public interface WithSize
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_size
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_size.yml
|
||||
name: Topic.DefinitionStages.WithSize
|
||||
nameWithType: Topic.DefinitionStages.WithSize
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithSize
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to specify size. </p>
|
||||
syntax:
|
||||
content: public interface WithSize
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._update_stages._with_size
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._update_stages._with_size.yml
|
||||
|
@ -1713,6 +1693,26 @@ references:
|
|||
summary: <p>The stage of the queue definition allowing to specify size. </p>
|
||||
syntax:
|
||||
content: public interface WithSize
|
||||
- uid: com.microsoft.azure.management.servicebus._queue._definition_stages._with_size
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._queue._definition_stages._with_size.yml
|
||||
name: Queue.DefinitionStages.WithSize
|
||||
nameWithType: Queue.DefinitionStages.WithSize
|
||||
fullName: com.microsoft.azure.management.servicebus.Queue.DefinitionStages.WithSize
|
||||
type: Interface
|
||||
summary: <p>The stage of the queue definition allowing to specify size. </p>
|
||||
syntax:
|
||||
content: public interface WithSize
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_size
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_size.yml
|
||||
name: Topic.DefinitionStages.WithSize
|
||||
nameWithType: Topic.DefinitionStages.WithSize
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithSize
|
||||
type: Interface
|
||||
summary: <p>The stage of the topic definition allowing to specify size. </p>
|
||||
syntax:
|
||||
content: public interface WithSize
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages._with_sku
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages._with_sku.yml
|
||||
|
@ -1733,16 +1733,6 @@ references:
|
|||
summary: <p>The stage of the Service Bus namespace definition allowing to specify the sku. </p>
|
||||
syntax:
|
||||
content: public interface WithSku
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_subscription
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_subscription.yml
|
||||
name: Topic.DefinitionStages.WithSubscription
|
||||
nameWithType: Topic.DefinitionStages.WithSubscription
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithSubscription
|
||||
type: Interface
|
||||
summary: <p>The stage of the Service Bus namespace update allowing to manage subscriptions for the topic. </p>
|
||||
syntax:
|
||||
content: public interface WithSubscription
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._update_stages._with_subscription
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._topic._update_stages._with_subscription.yml
|
||||
|
@ -1753,16 +1743,16 @@ references:
|
|||
summary: <p>The stage of the Service Bus namespace update allowing to manage subscriptions for the topic. </p>
|
||||
syntax:
|
||||
content: public interface WithSubscription
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic
|
||||
- uid: com.microsoft.azure.management.servicebus._topic._definition_stages._with_subscription
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic.yml
|
||||
name: ServiceBusNamespace.DefinitionStages.WithTopic
|
||||
nameWithType: ServiceBusNamespace.DefinitionStages.WithTopic
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithTopic
|
||||
href: com.microsoft.azure.management.servicebus._topic._definition_stages._with_subscription.yml
|
||||
name: Topic.DefinitionStages.WithSubscription
|
||||
nameWithType: Topic.DefinitionStages.WithSubscription
|
||||
fullName: com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithSubscription
|
||||
type: Interface
|
||||
summary: <p>The stage of the Service Bus namespace definition allowing to add a new topic in the namespace. </p>
|
||||
summary: <p>The stage of the Service Bus namespace update allowing to manage subscriptions for the topic. </p>
|
||||
syntax:
|
||||
content: public interface WithTopic
|
||||
content: public interface WithSubscription
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages._with_topic
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._update_stages._with_topic.yml
|
||||
|
@ -1773,3 +1763,13 @@ references:
|
|||
summary: <p>The stage of the Service Bus namespace update allowing to manage topics in the namespace. </p>
|
||||
syntax:
|
||||
content: public interface WithTopic
|
||||
- uid: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic
|
||||
parent: com.microsoft.azure.management.servicebus
|
||||
href: com.microsoft.azure.management.servicebus._service_bus_namespace._definition_stages._with_topic.yml
|
||||
name: ServiceBusNamespace.DefinitionStages.WithTopic
|
||||
nameWithType: ServiceBusNamespace.DefinitionStages.WithTopic
|
||||
fullName: com.microsoft.azure.management.servicebus.ServiceBusNamespace.DefinitionStages.WithTopic
|
||||
type: Interface
|
||||
summary: <p>The stage of the Service Bus namespace definition allowing to add a new topic in the namespace. </p>
|
||||
syntax:
|
||||
content: public interface WithTopic
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -789,6 +789,16 @@ references:
|
|||
summary: <p>Entry point to SQL FirewallRule management API, which already have the SQLServer specified. </p>
|
||||
syntax:
|
||||
content: public interface SqlFirewallRulesCreatable extends SqlFirewallRules
|
||||
- uid: com.microsoft.azure.management.sql._sql_firewall_rule._update
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_firewall_rule._update.yml
|
||||
name: SqlFirewallRule.Update
|
||||
nameWithType: SqlFirewallRule.Update
|
||||
fullName: com.microsoft.azure.management.sql.SqlFirewallRule.Update
|
||||
type: Interface
|
||||
summary: <p>The template for a <xref uid="com.microsoft.azure.management.sql._sql_firewall_rule" data-throw-if-not-resolved="false">SqlFirewallRule</xref> update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends SqlFirewallRule.UpdateStages.WithEndIPAddress,SqlFirewallRule.UpdateStages.WithStartIPAddress,Appliable<SqlFirewallRule>
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._update
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._update.yml
|
||||
|
@ -809,16 +819,6 @@ references:
|
|||
summary: <p>The template for a SQLElasticPool update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends SqlElasticPool.UpdateStages.WithDatabaseDtuMax,SqlElasticPool.UpdateStages.WithDatabaseDtuMin,SqlElasticPool.UpdateStages.WithDtu,SqlElasticPool.UpdateStages.WithStorageCapacity,SqlElasticPool.UpdateStages.WithDatabase,Appliable<SqlElasticPool>
|
||||
- uid: com.microsoft.azure.management.sql._sql_firewall_rule._update
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_firewall_rule._update.yml
|
||||
name: SqlFirewallRule.Update
|
||||
nameWithType: SqlFirewallRule.Update
|
||||
fullName: com.microsoft.azure.management.sql.SqlFirewallRule.Update
|
||||
type: Interface
|
||||
summary: <p>The template for a <xref uid="com.microsoft.azure.management.sql._sql_firewall_rule" data-throw-if-not-resolved="false">SqlFirewallRule</xref> update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends SqlFirewallRule.UpdateStages.WithEndIPAddress,SqlFirewallRule.UpdateStages.WithStartIPAddress,Appliable<SqlFirewallRule>
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._update
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._update.yml
|
||||
|
@ -829,6 +829,16 @@ references:
|
|||
summary: <p>The template for a SQLServer update operation, containing all the settings that can be modified. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<SqlServer>,SqlServer.UpdateStages.WithAdministratorPassword,SqlServer.UpdateStages.WithElasticPool,SqlServer.UpdateStages.WithDatabase,SqlServer.UpdateStages.WithFirewallRule
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._update_stages
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._update_stages.yml
|
||||
name: SqlServer.UpdateStages
|
||||
nameWithType: SqlServer.UpdateStages
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of all the SQLServer update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._update_stages
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._update_stages.yml
|
||||
|
@ -859,16 +869,6 @@ references:
|
|||
summary: <p>Grouping of all the <xref uid="com.microsoft.azure.management.sql._sql_firewall_rule" data-throw-if-not-resolved="false">SqlFirewallRule</xref> update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._update_stages
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._update_stages.yml
|
||||
name: SqlServer.UpdateStages
|
||||
nameWithType: SqlServer.UpdateStages
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of all the SQLServer update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._definition_stages._with_administrator_login
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._definition_stages._with_administrator_login.yml
|
||||
|
@ -929,6 +929,26 @@ references:
|
|||
summary: <p>The SQL Database definition to set the collation for database. </p>
|
||||
syntax:
|
||||
content: public interface WithCollationAllCreateOptions
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages._with_create.yml
|
||||
name: SqlDatabase.DefinitionStages.WithCreate
|
||||
nameWithType: SqlDatabase.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A SQL Database definition with sufficient inputs to create a new SQL database in the cloud, but exposing additional optional settings to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends SqlDatabase.DefinitionStages.WithServiceObjective,SqlDatabase.DefinitionStages.WithEdition,SqlDatabase.DefinitionStages.WithCollationAllCreateOptions,SqlDatabase.DefinitionStages.WithMaxSizeBytesAllCreateOptions,SqlDatabase.DefinitionStages.WithCreateWithLessOptions
|
||||
- uid: com.microsoft.azure.management.sql._sql_firewall_rule._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_firewall_rule._definition_stages._with_create.yml
|
||||
name: SqlFirewallRule.DefinitionStages.WithCreate
|
||||
nameWithType: SqlFirewallRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.sql.SqlFirewallRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A SQL Server definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<SqlFirewallRule>
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_create.yml
|
||||
|
@ -949,26 +969,6 @@ references:
|
|||
summary: <p>A SQL Server definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<SqlServer>,Resource.DefinitionWithTags<WithCreate>,SqlServer.DefinitionStages.WithElasticPool,SqlServer.DefinitionStages.WithDatabase,SqlServer.DefinitionStages.WithFirewallRule
|
||||
- uid: com.microsoft.azure.management.sql._sql_firewall_rule._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_firewall_rule._definition_stages._with_create.yml
|
||||
name: SqlFirewallRule.DefinitionStages.WithCreate
|
||||
nameWithType: SqlFirewallRule.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.sql.SqlFirewallRule.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A SQL Server definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<SqlFirewallRule>
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages._with_create
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages._with_create.yml
|
||||
name: SqlDatabase.DefinitionStages.WithCreate
|
||||
nameWithType: SqlDatabase.DefinitionStages.WithCreate
|
||||
fullName: com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithCreate
|
||||
type: Interface
|
||||
summary: <p>A SQL Database definition with sufficient inputs to create a new SQL database in the cloud, but exposing additional optional settings to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends SqlDatabase.DefinitionStages.WithServiceObjective,SqlDatabase.DefinitionStages.WithEdition,SqlDatabase.DefinitionStages.WithCollationAllCreateOptions,SqlDatabase.DefinitionStages.WithMaxSizeBytesAllCreateOptions,SqlDatabase.DefinitionStages.WithCreateWithLessOptions
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages._with_create_mode
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages._with_create_mode.yml
|
||||
|
@ -998,6 +998,16 @@ references:
|
|||
summary: <p>A SQL Database definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify. </p>
|
||||
syntax:
|
||||
content: public interface WithCreateWithLessOptions extends Creatable<SqlDatabase>,Resource.DefinitionWithTags<WithCreate>
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database.yml
|
||||
name: SqlElasticPool.DefinitionStages.WithDatabase
|
||||
nameWithType: SqlElasticPool.DefinitionStages.WithDatabase
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabase
|
||||
type: Interface
|
||||
summary: <p>The SQL Elastic Pool definition to add the Database in the elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabase
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._definition_stages._with_database
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._definition_stages._with_database.yml
|
||||
|
@ -1008,6 +1018,16 @@ references:
|
|||
summary: <p>A SQL Server definition for specifying the databases. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabase
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._update_stages._with_database
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._update_stages._with_database.yml
|
||||
name: SqlServer.UpdateStages.WithDatabase
|
||||
nameWithType: SqlServer.UpdateStages.WithDatabase
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase
|
||||
type: Interface
|
||||
summary: <p>A SQL Server definition for specifying the databases. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabase
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database.yml
|
||||
|
@ -1018,36 +1038,6 @@ references:
|
|||
summary: <p>The SQL Elastic Pool definition to add the Database in the elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabase
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._update_stages._with_database
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._update_stages._with_database.yml
|
||||
name: SqlServer.UpdateStages.WithDatabase
|
||||
nameWithType: SqlServer.UpdateStages.WithDatabase
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase
|
||||
type: Interface
|
||||
summary: <p>A SQL Server definition for specifying the databases. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabase
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database.yml
|
||||
name: SqlElasticPool.DefinitionStages.WithDatabase
|
||||
nameWithType: SqlElasticPool.DefinitionStages.WithDatabase
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabase
|
||||
type: Interface
|
||||
summary: <p>The SQL Elastic Pool definition to add the Database in the elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabase
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database_dtu_max
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database_dtu_max.yml
|
||||
name: SqlElasticPool.UpdateStages.WithDatabaseDtuMax
|
||||
nameWithType: SqlElasticPool.UpdateStages.WithDatabaseDtuMax
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.UpdateStages.WithDatabaseDtuMax
|
||||
type: Interface
|
||||
summary: <p>The SQL Elastic Pool definition to set the maximum DTU for one database. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabaseDtuMax
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database_dtu_max
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database_dtu_max.yml
|
||||
|
@ -1058,16 +1048,16 @@ references:
|
|||
summary: <p>The SQL Elastic Pool definition to set the maximum DTU for one database. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabaseDtuMax
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database_dtu_min
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database_dtu_max
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database_dtu_min.yml
|
||||
name: SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
|
||||
nameWithType: SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database_dtu_max.yml
|
||||
name: SqlElasticPool.UpdateStages.WithDatabaseDtuMax
|
||||
nameWithType: SqlElasticPool.UpdateStages.WithDatabaseDtuMax
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.UpdateStages.WithDatabaseDtuMax
|
||||
type: Interface
|
||||
summary: <p>The SQL Elastic Pool definition to set the minimum DTU for database. </p>
|
||||
summary: <p>The SQL Elastic Pool definition to set the maximum DTU for one database. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabaseDtuMin
|
||||
content: public interface WithDatabaseDtuMax
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database_dtu_min
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_database_dtu_min.yml
|
||||
|
@ -1078,16 +1068,16 @@ references:
|
|||
summary: <p>The SQL Elastic Pool definition to set the minimum DTU for database. </p>
|
||||
syntax:
|
||||
content: public interface WithDatabaseDtuMin
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_dtu
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database_dtu_min
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_dtu.yml
|
||||
name: SqlElasticPool.UpdateStages.WithDtu
|
||||
nameWithType: SqlElasticPool.UpdateStages.WithDtu
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.UpdateStages.WithDtu
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_database_dtu_min.yml
|
||||
name: SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
|
||||
nameWithType: SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
|
||||
type: Interface
|
||||
summary: <p>The SQL Elastic Pool definition to set the number of shared DTU for elastic pool. </p>
|
||||
summary: <p>The SQL Elastic Pool definition to set the minimum DTU for database. </p>
|
||||
syntax:
|
||||
content: public interface WithDtu
|
||||
content: public interface WithDatabaseDtuMin
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_dtu
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._definition_stages._with_dtu.yml
|
||||
|
@ -1098,6 +1088,16 @@ references:
|
|||
summary: <p>The SQL Elastic Pool definition to set the number of shared DTU for elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithDtu
|
||||
- uid: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_dtu
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_elastic_pool._update_stages._with_dtu.yml
|
||||
name: SqlElasticPool.UpdateStages.WithDtu
|
||||
nameWithType: SqlElasticPool.UpdateStages.WithDtu
|
||||
fullName: com.microsoft.azure.management.sql.SqlElasticPool.UpdateStages.WithDtu
|
||||
type: Interface
|
||||
summary: <p>The SQL Elastic Pool definition to set the number of shared DTU for elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithDtu
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages._with_edition
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages._with_edition.yml
|
||||
|
@ -1128,16 +1128,6 @@ references:
|
|||
summary: <p>The SQL Elastic Pool definition to set the edition for database. </p>
|
||||
syntax:
|
||||
content: public interface WithEdition
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._definition_stages._with_elastic_pool
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._definition_stages._with_elastic_pool.yml
|
||||
name: SqlServer.DefinitionStages.WithElasticPool
|
||||
nameWithType: SqlServer.DefinitionStages.WithElasticPool
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.DefinitionStages.WithElasticPool
|
||||
type: Interface
|
||||
summary: <p>A SQL Server definition for specifying elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithElasticPool
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._update_stages._with_elastic_pool
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._update_stages._with_elastic_pool.yml
|
||||
|
@ -1148,16 +1138,16 @@ references:
|
|||
summary: <p>A SQL Server definition for specifying elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithElasticPool
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages._with_elastic_pool_name
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._definition_stages._with_elastic_pool
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages._with_elastic_pool_name.yml
|
||||
name: SqlDatabase.DefinitionStages.WithElasticPoolName
|
||||
nameWithType: SqlDatabase.DefinitionStages.WithElasticPoolName
|
||||
fullName: com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithElasticPoolName
|
||||
href: com.microsoft.azure.management.sql._sql_server._definition_stages._with_elastic_pool.yml
|
||||
name: SqlServer.DefinitionStages.WithElasticPool
|
||||
nameWithType: SqlServer.DefinitionStages.WithElasticPool
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.DefinitionStages.WithElasticPool
|
||||
type: Interface
|
||||
summary: <p>The SQL Database definition to set the elastic pool for database. </p>
|
||||
summary: <p>A SQL Server definition for specifying elastic pool. </p>
|
||||
syntax:
|
||||
content: public interface WithElasticPoolName
|
||||
content: public interface WithElasticPool
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._update_stages._with_elastic_pool_name
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._update_stages._with_elastic_pool_name.yml
|
||||
|
@ -1168,6 +1158,16 @@ references:
|
|||
summary: <p>The SQL Database definition to set the elastic pool for database. </p>
|
||||
syntax:
|
||||
content: public interface WithElasticPoolName
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages._with_elastic_pool_name
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages._with_elastic_pool_name.yml
|
||||
name: SqlDatabase.DefinitionStages.WithElasticPoolName
|
||||
nameWithType: SqlDatabase.DefinitionStages.WithElasticPoolName
|
||||
fullName: com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithElasticPoolName
|
||||
type: Interface
|
||||
summary: <p>The SQL Database definition to set the elastic pool for database. </p>
|
||||
syntax:
|
||||
content: public interface WithElasticPoolName
|
||||
- uid: com.microsoft.azure.management.sql._sql_firewall_rule._update_stages._with_end_i_p_address
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_firewall_rule._update_stages._with_end_i_p_address.yml
|
||||
|
@ -1188,16 +1188,6 @@ references:
|
|||
summary: <p>The stage to decide whether using existing database or not. </p>
|
||||
syntax:
|
||||
content: public interface WithExistingDatabase extends SqlDatabase.DefinitionStages.WithSourceDatabaseId,SqlDatabase.DefinitionStages.WithCreateWithElasticPoolOptions
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._definition_stages._with_firewall_rule
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._definition_stages._with_firewall_rule.yml
|
||||
name: SqlServer.DefinitionStages.WithFirewallRule
|
||||
nameWithType: SqlServer.DefinitionStages.WithFirewallRule
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.DefinitionStages.WithFirewallRule
|
||||
type: Interface
|
||||
summary: <p>A SQL Server definition for specifying the firewall rule. </p>
|
||||
syntax:
|
||||
content: public interface WithFirewallRule
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._update_stages._with_firewall_rule
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._update_stages._with_firewall_rule.yml
|
||||
|
@ -1208,6 +1198,16 @@ references:
|
|||
summary: <p>A SQL Server definition for specifying the firewall rule. </p>
|
||||
syntax:
|
||||
content: public interface WithFirewallRule
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._definition_stages._with_firewall_rule
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._definition_stages._with_firewall_rule.yml
|
||||
name: SqlServer.DefinitionStages.WithFirewallRule
|
||||
nameWithType: SqlServer.DefinitionStages.WithFirewallRule
|
||||
fullName: com.microsoft.azure.management.sql.SqlServer.DefinitionStages.WithFirewallRule
|
||||
type: Interface
|
||||
summary: <p>A SQL Server definition for specifying the firewall rule. </p>
|
||||
syntax:
|
||||
content: public interface WithFirewallRule
|
||||
- uid: com.microsoft.azure.management.sql._sql_server._definition_stages._with_group
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_server._definition_stages._with_group.yml
|
||||
|
@ -1238,16 +1238,6 @@ references:
|
|||
summary: <p>The SQL Firewall Rule definition to set the starting IP Address for the server. </p>
|
||||
syntax:
|
||||
content: public interface WithIPAddressRange
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._update_stages._with_max_size_bytes
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._update_stages._with_max_size_bytes.yml
|
||||
name: SqlDatabase.UpdateStages.WithMaxSizeBytes
|
||||
nameWithType: SqlDatabase.UpdateStages.WithMaxSizeBytes
|
||||
fullName: com.microsoft.azure.management.sql.SqlDatabase.UpdateStages.WithMaxSizeBytes
|
||||
type: Interface
|
||||
summary: <p>The SQL Database definition to set the Max Size in Bytes for database. </p>
|
||||
syntax:
|
||||
content: public interface WithMaxSizeBytes
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages._with_max_size_bytes
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages._with_max_size_bytes.yml
|
||||
|
@ -1258,6 +1248,16 @@ references:
|
|||
summary: <p>The SQL Database definition to set the Max Size in Bytes for database. </p>
|
||||
syntax:
|
||||
content: public interface WithMaxSizeBytes
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._update_stages._with_max_size_bytes
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._update_stages._with_max_size_bytes.yml
|
||||
name: SqlDatabase.UpdateStages.WithMaxSizeBytes
|
||||
nameWithType: SqlDatabase.UpdateStages.WithMaxSizeBytes
|
||||
fullName: com.microsoft.azure.management.sql.SqlDatabase.UpdateStages.WithMaxSizeBytes
|
||||
type: Interface
|
||||
summary: <p>The SQL Database definition to set the Max Size in Bytes for database. </p>
|
||||
syntax:
|
||||
content: public interface WithMaxSizeBytes
|
||||
- uid: com.microsoft.azure.management.sql._sql_database._definition_stages_1ee75faa1738f161b394a29958f8ef6b9
|
||||
parent: com.microsoft.azure.management.sql
|
||||
href: com.microsoft.azure.management.sql._sql_database._definition_stages_1ee75faa1738f161b394a29958f8ef6b9.yml
|
||||
|
|
|
@ -38,7 +38,7 @@ references:
|
|||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGroup<T> extends GroupableResource<T>.DefinitionStages.WithExistingResourceGroup,GroupableResource<T>.DefinitionStages.WithNewResourceGroup
|
||||
content: public interface WithGroup<T>
|
||||
typeParameters:
|
||||
- type: 8ce1ecb9
|
||||
description: <p>the next stage of the definition </p>
|
||||
|
|
|
@ -462,16 +462,6 @@ references:
|
|||
summary: <p>A storage account definition specifying a custom domain to associate with the account. </p>
|
||||
syntax:
|
||||
content: public interface WithCustomDomain
|
||||
- uid: com.microsoft.azure.management.storage._storage_account._update_stages._with_encryption
|
||||
parent: com.microsoft.azure.management.storage
|
||||
href: com.microsoft.azure.management.storage._storage_account._update_stages._with_encryption.yml
|
||||
name: StorageAccount.UpdateStages.WithEncryption
|
||||
nameWithType: StorageAccount.UpdateStages.WithEncryption
|
||||
fullName: com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithEncryption
|
||||
type: Interface
|
||||
summary: <p>A storage account update allowing encryption to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithEncryption
|
||||
- uid: com.microsoft.azure.management.storage._storage_account._definition_stages._with_encryption
|
||||
parent: com.microsoft.azure.management.storage
|
||||
href: com.microsoft.azure.management.storage._storage_account._definition_stages._with_encryption.yml
|
||||
|
@ -482,6 +472,16 @@ references:
|
|||
summary: <p>A storage account definition specifying encryption setting. </p>
|
||||
syntax:
|
||||
content: public interface WithEncryption
|
||||
- uid: com.microsoft.azure.management.storage._storage_account._update_stages._with_encryption
|
||||
parent: com.microsoft.azure.management.storage
|
||||
href: com.microsoft.azure.management.storage._storage_account._update_stages._with_encryption.yml
|
||||
name: StorageAccount.UpdateStages.WithEncryption
|
||||
nameWithType: StorageAccount.UpdateStages.WithEncryption
|
||||
fullName: com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithEncryption
|
||||
type: Interface
|
||||
summary: <p>A storage account update allowing encryption to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithEncryption
|
||||
- uid: com.microsoft.azure.management.storage._storage_account._definition_s94c180d27e5621e165c3464e9c5a649c
|
||||
parent: com.microsoft.azure.management.storage
|
||||
href: com.microsoft.azure.management.storage._storage_account._definition_s94c180d27e5621e165c3464e9c5a649c.yml
|
||||
|
@ -502,16 +502,6 @@ references:
|
|||
summary: <p>A storage account definition allowing resource group to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithGroup extends GroupableResource<TManager, InnerT>.DefinitionStages.WithGroup<WithCreate>
|
||||
- uid: com.microsoft.azure.management.storage._storage_account._update_stages._with_sku
|
||||
parent: com.microsoft.azure.management.storage
|
||||
href: com.microsoft.azure.management.storage._storage_account._update_stages._with_sku.yml
|
||||
name: StorageAccount.UpdateStages.WithSku
|
||||
nameWithType: StorageAccount.UpdateStages.WithSku
|
||||
fullName: com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithSku
|
||||
type: Interface
|
||||
summary: <p>A storage account update stage allowing to change the parameters. </p>
|
||||
syntax:
|
||||
content: public interface WithSku
|
||||
- uid: com.microsoft.azure.management.storage._storage_account._definition_stages._with_sku
|
||||
parent: com.microsoft.azure.management.storage
|
||||
href: com.microsoft.azure.management.storage._storage_account._definition_stages._with_sku.yml
|
||||
|
@ -522,3 +512,13 @@ references:
|
|||
summary: <p>A storage account definition allowing the sku to be set. </p>
|
||||
syntax:
|
||||
content: public interface WithSku
|
||||
- uid: com.microsoft.azure.management.storage._storage_account._update_stages._with_sku
|
||||
parent: com.microsoft.azure.management.storage
|
||||
href: com.microsoft.azure.management.storage._storage_account._update_stages._with_sku.yml
|
||||
name: StorageAccount.UpdateStages.WithSku
|
||||
nameWithType: StorageAccount.UpdateStages.WithSku
|
||||
fullName: com.microsoft.azure.management.storage.StorageAccount.UpdateStages.WithSku
|
||||
type: Interface
|
||||
summary: <p>A storage account update stage allowing to change the parameters. </p>
|
||||
syntax:
|
||||
content: public interface WithSku
|
||||
|
|
|
@ -466,16 +466,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update.yml
|
||||
name: TrafficManagerEndpoint.Update
|
||||
nameWithType: TrafficManagerEndpoint.Update
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update
|
||||
type: Interface
|
||||
summary: <p>the set of configurations that can be updated for all endpoint irrespective of their type (<xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref>, external, nested profile). </p>
|
||||
syntax:
|
||||
content: public interface Update extends Settable<TrafficManagerProfile.Update>,TrafficManagerEndpoint.UpdateStages.WithRoutingWeight,TrafficManagerEndpoint.UpdateStages.WithRoutingPriority,TrafficManagerEndpoint.UpdateStages.WithGeographicLocation,TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile._update
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile._update.yml
|
||||
|
@ -489,6 +479,16 @@ references:
|
|||
<p>Call <xref uid="com.microsoft.azure.management.resources.fluentcore.model._appliable.apply()" data-throw-if-not-resolved="false">Update#apply()</xref> to apply the changes to the resource in <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref>. </p>
|
||||
syntax:
|
||||
content: public interface Update extends Appliable<TrafficManagerProfile>,TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod,TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration,TrafficManagerProfile.UpdateStages.WithEndpoint,TrafficManagerProfile.UpdateStages.WithTtl,TrafficManagerProfile.UpdateStages.WithProfileStatus,Resource.UpdateWithTags<Update>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update.yml
|
||||
name: TrafficManagerEndpoint.Update
|
||||
nameWithType: TrafficManagerEndpoint.Update
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update
|
||||
type: Interface
|
||||
summary: <p>the set of configurations that can be updated for all endpoint irrespective of their type (<xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref>, external, nested profile). </p>
|
||||
syntax:
|
||||
content: public interface Update extends Settable<TrafficManagerProfile.Update>,TrafficManagerEndpoint.UpdateStages.WithRoutingWeight,TrafficManagerEndpoint.UpdateStages.WithRoutingPriority,TrafficManagerEndpoint.UpdateStages.WithGeographicLocation,TrafficManagerEndpoint.UpdateStages.WithTrafficDisabledOrEnabled
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_azure_endpoint
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_azure_endpoint.yml
|
||||
|
@ -545,16 +545,6 @@ references:
|
|||
summary: <p>The entirety of a nested profile endpoint update as a part of parent traffic manager profile profile update. </p>
|
||||
syntax:
|
||||
content: public interface UpdateNestedProfileEndpoint extends TrafficManagerEndpoint.UpdateStages.WithNestedProfileConfig,TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion,TrafficManagerEndpoint.Update
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_stages
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_stages.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages
|
||||
type: Interface
|
||||
summary: <p>Grouping of traffic manager profile endpoint update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile._update_stages
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile._update_stages.yml
|
||||
|
@ -565,22 +555,16 @@ references:
|
|||
summary: <p>Grouping of traffic manager update stages. </p>
|
||||
syntax:
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_31419381ef676bb8f2e4d501b1ad6e87
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_stages
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_31419381ef676bb8f2e4d501b1ad6e87.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_stages.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the traffic manager profile endpoint definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the traffic manager profile endpoint definition can be attached to the parent traffic manager profile definition using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">TrafficManagerEndpoint.DefinitionStages.WithAttach#attach()</xref>. </p>
|
||||
summary: <p>Grouping of traffic manager profile endpoint update stages. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>,TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority<ParentT>,TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation<ParentT>,TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">TrafficManagerEndpoint.DefinitionStages.WithAttach#attach()</xref></p>
|
||||
content: public interface UpdateStages
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_5fc1232da21832750cc4e69ed558b02d
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_5fc1232da21832750cc4e69ed558b02d.yml
|
||||
|
@ -597,6 +581,32 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">TrafficManagerEndpoint.DefinitionStages.WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_31419381ef676bb8f2e4d501b1ad6e87
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_31419381ef676bb8f2e4d501b1ad6e87.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The final stage of the traffic manager profile endpoint definition. </p>
|
||||
|
||||
<p>At this stage, any remaining optional settings can be specified, or the traffic manager profile endpoint definition can be attached to the parent traffic manager profile definition using <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">TrafficManagerEndpoint.DefinitionStages.WithAttach#attach()</xref>. </p>
|
||||
syntax:
|
||||
content: public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>,TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority<ParentT>,TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation<ParentT>,TrafficManagerEndpoint.DefinitionStages.WithTrafficDisabled<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">TrafficManagerEndpoint.DefinitionStages.WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_5c879aa4ead03ac231518f3ab116e4a5
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_5c879aa4ead03ac231518f3ab116e4a5.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages.WithAzureResource
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages.WithAzureResource
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithAzureResource
|
||||
type: Interface
|
||||
summary: <p>The stage of an <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref> endpoint update allowing to specify the target <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref> resource. </p>
|
||||
syntax:
|
||||
content: public interface WithAzureResource
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_4f8a66946953a6a6589c242eeaae08db
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_4f8a66946953a6a6589c242eeaae08db.yml
|
||||
|
@ -629,16 +639,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_5c879aa4ead03ac231518f3ab116e4a5
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_5c879aa4ead03ac231518f3ab116e4a5.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages.WithAzureResource
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages.WithAzureResource
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithAzureResource
|
||||
type: Interface
|
||||
summary: <p>The stage of an <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref> endpoint update allowing to specify the target <xref uid="com.microsoft.azure.management._azure" data-throw-if-not-resolved="false">Azure</xref> resource. </p>
|
||||
syntax:
|
||||
content: public interface WithAzureResource
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_16e43d6dfd7bfa0d17c15c71605e8468a
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_16e43d6dfd7bfa0d17c15c71605e8468a.yml
|
||||
|
@ -649,16 +649,6 @@ references:
|
|||
summary: <p>The stage of the definition which contains all the minimum required inputs for the resource to be created (via <xref uid="com.microsoft.azure.management.resources.fluentcore.model._creatable.create()" data-throw-if-not-resolved="false">WithCreate#create()</xref>), but also allows for any other optional settings to be specified. </p>
|
||||
syntax:
|
||||
content: public interface WithCreate extends Creatable<TrafficManagerProfile>,Resource.DefinitionWithTags<WithCreate>,TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration,TrafficManagerProfile.DefinitionStages.WithTtl,TrafficManagerProfile.DefinitionStages.WithProfileStatus,TrafficManagerProfile.DefinitionStages.WithEndpoint
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_12d7929fa86a4f74630986ea330df77e4
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_12d7929fa86a4f74630986ea330df77e4.yml
|
||||
name: TrafficManagerProfile.DefinitionStages.WithEndpoint
|
||||
nameWithType: TrafficManagerProfile.DefinitionStages.WithEndpoint
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerProfile.DefinitionStages.WithEndpoint
|
||||
type: Interface
|
||||
summary: <p>The stage of the traffic manager profile definition allowing to specify endpoint. </p>
|
||||
syntax:
|
||||
content: public interface WithEndpoint
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_18cbaf61e1a3fc9542322cb83cbb82c4d
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_18cbaf61e1a3fc9542322cb83cbb82c4d.yml
|
||||
|
@ -669,6 +659,16 @@ references:
|
|||
summary: <p>The stage of the traffic manager profile update allowing to specify endpoints. </p>
|
||||
syntax:
|
||||
content: public interface WithEndpoint
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_12d7929fa86a4f74630986ea330df77e4
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_12d7929fa86a4f74630986ea330df77e4.yml
|
||||
name: TrafficManagerProfile.DefinitionStages.WithEndpoint
|
||||
nameWithType: TrafficManagerProfile.DefinitionStages.WithEndpoint
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerProfile.DefinitionStages.WithEndpoint
|
||||
type: Interface
|
||||
summary: <p>The stage of the traffic manager profile definition allowing to specify endpoint. </p>
|
||||
syntax:
|
||||
content: public interface WithEndpoint
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_ea354c342990e3a406728bee28b19cd5
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_ea354c342990e3a406728bee28b19cd5.yml
|
||||
|
@ -701,22 +701,6 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_aa79e4993375a8d3fc725a2ba0850e8a
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_aa79e4993375a8d3fc725a2ba0850e8a.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager profile external endpoint definition allowing to specify the FQDN.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithFqdn<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_stages._with_fqdn
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint._update_stages._with_fqdn.yml
|
||||
|
@ -743,6 +727,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_aa79e4993375a8d3fc725a2ba0850e8a
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_aa79e4993375a8d3fc725a2ba0850e8a.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager profile external endpoint definition allowing to specify the FQDN.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithFqdn<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_2ea7684734420c27af6adf13a5f9c74d
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_2ea7684734420c27af6adf13a5f9c74d.yml
|
||||
|
@ -753,22 +753,6 @@ references:
|
|||
summary: <p>The stage of the traffic manager update definition allowing to specify the geographic region. </p>
|
||||
syntax:
|
||||
content: public interface WithGeographicLocation
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_0c665a7123d04f2b20d0099d3f701c00
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_0c665a7123d04f2b20d0099d3f701c00.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the geographic region.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGeographicLocation<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_0cb5c2e2885fce901850ffa3e554957a
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_0cb5c2e2885fce901850ffa3e554957a.yml
|
||||
|
@ -785,6 +769,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_0c665a7123d04f2b20d0099d3f701c00
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_0c665a7123d04f2b20d0099d3f701c00.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the geographic region.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithGeographicLocation<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_18294e0a325bd56b1a93332df6512409a
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_18294e0a325bd56b1a93332df6512409a.yml
|
||||
|
@ -815,22 +815,6 @@ references:
|
|||
summary: <p>The stage of the traffic manager profile update allowing to specify the endpoint monitoring configuration. </p>
|
||||
syntax:
|
||||
content: public interface WithMonitoringConfiguration
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_7b2e7aecca74859c87eac1648b10f31c
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_7b2e7aecca74859c87eac1648b10f31c.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithNestedProfile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">UpdateDefinitionStages.WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_8d27bf2f329b743c6210da4b7bcfbb78
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_8d27bf2f329b743c6210da4b7bcfbb78.yml
|
||||
|
@ -847,6 +831,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_7b2e7aecca74859c87eac1648b10f31c
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_7b2e7aecca74859c87eac1648b10f31c.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithNestedProfile<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithNestedProfile<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">UpdateDefinitionStages.WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_c1f17f416853ca8d7c00fc7e20277a1e
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_c1f17f416853ca8d7c00fc7e20277a1e.yml
|
||||
|
@ -857,16 +857,6 @@ references:
|
|||
summary: <p>The stage of an nested profile endpoint update allowing to specify profile and minimum child endpoint. </p>
|
||||
syntax:
|
||||
content: public interface WithNestedProfileConfig
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_1d19590adcef10612e554b8107c1407b7
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_1d19590adcef10612e554b8107c1407b7.yml
|
||||
name: TrafficManagerProfile.UpdateStages.WithProfileStatus
|
||||
nameWithType: TrafficManagerProfile.UpdateStages.WithProfileStatus
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerProfile.UpdateStages.WithProfileStatus
|
||||
type: Interface
|
||||
summary: <p>The stage of the traffic manager profile update allowing to disable or enable the profile. </p>
|
||||
syntax:
|
||||
content: public interface WithProfileStatus
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_15e4aa764b1db442cdf0dd3b8c7aa8a8b
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_15e4aa764b1db442cdf0dd3b8c7aa8a8b.yml
|
||||
|
@ -877,22 +867,16 @@ references:
|
|||
summary: <p>The stage of the traffic manager profile definition allowing to disable the profile. </p>
|
||||
syntax:
|
||||
content: public interface WithProfileStatus
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_1ec11d7f8bf3b3f931ae8c815be55862
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_1d19590adcef10612e554b8107c1407b7
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_1ec11d7f8bf3b3f931ae8c815be55862.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_profile_1d19590adcef10612e554b8107c1407b7.yml
|
||||
name: TrafficManagerProfile.UpdateStages.WithProfileStatus
|
||||
nameWithType: TrafficManagerProfile.UpdateStages.WithProfileStatus
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerProfile.UpdateStages.WithProfileStatus
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the endpoint priority.</p>
|
||||
|
||||
<p></p>
|
||||
summary: <p>The stage of the traffic manager profile update allowing to disable or enable the profile. </p>
|
||||
syntax:
|
||||
content: public interface WithRoutingPriority<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
content: public interface WithProfileStatus
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_4fe0c5723185a35b7c4d5372994fdd33
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_4fe0c5723185a35b7c4d5372994fdd33.yml
|
||||
|
@ -919,22 +903,32 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_962135b058b970e85d59ac5ad40f2502
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_1ec11d7f8bf3b3f931ae8c815be55862
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_962135b058b970e85d59ac5ad40f2502.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_1ec11d7f8bf3b3f931ae8c815be55862.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the endpoint weight.</p>
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the endpoint priority.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithRoutingWeight<ParentT>
|
||||
content: public interface WithRoutingPriority<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f5ca5fffc2b931394bc342a9b8d01aee
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f5ca5fffc2b931394bc342a9b8d01aee.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
|
||||
type: Interface
|
||||
summary: <p>The stage of the traffic manager profile endpoint update allowing to specify the endpoint weight. </p>
|
||||
syntax:
|
||||
content: public interface WithRoutingWeight
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_d68cbbd0450e1de2ef1948fa10ac166b
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_d68cbbd0450e1de2ef1948fa10ac166b.yml
|
||||
|
@ -951,39 +945,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f5ca5fffc2b931394bc342a9b8d01aee
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_962135b058b970e85d59ac5ad40f2502
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f5ca5fffc2b931394bc342a9b8d01aee.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
|
||||
type: Interface
|
||||
summary: <p>The stage of the traffic manager profile endpoint update allowing to specify the endpoint weight. </p>
|
||||
syntax:
|
||||
content: public interface WithRoutingWeight
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_e5aff3298eebd22c13ac629443ff195d
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_e5aff3298eebd22c13ac629443ff195d.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
|
||||
type: Interface
|
||||
summary: <p>The stage of the traffic manager endpoint update allowing to specify the location of the external or nested profile endpoints. </p>
|
||||
syntax:
|
||||
content: public interface WithSourceTrafficRegion
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_2349f44c619a8752276d6db6b5e57526
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_2349f44c619a8752276d6db6b5e57526.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT>
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_962135b058b970e85d59ac5ad40f2502.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the location of the external endpoint.</p>
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the endpoint weight.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithSourceTrafficRegion<ParentT>
|
||||
content: public interface WithRoutingWeight<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
|
@ -1003,22 +977,32 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f0629f662c1006ba94aafffd442cc1b3
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_2349f44c619a8752276d6db6b5e57526
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f0629f662c1006ba94aafffd442cc1b3.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_2349f44c619a8752276d6db6b5e57526.yml
|
||||
name: TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the location of the nested endpoint.</p>
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the location of the external endpoint.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
content: public interface WithSourceTrafficRegion<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_e5aff3298eebd22c13ac629443ff195d
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_e5aff3298eebd22c13ac629443ff195d.yml
|
||||
name: TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
|
||||
nameWithType: TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
|
||||
type: Interface
|
||||
summary: <p>The stage of the traffic manager endpoint update allowing to specify the location of the external or nested profile endpoints. </p>
|
||||
syntax:
|
||||
content: public interface WithSourceTrafficRegion
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_130272ee0c91075cca0720a5447ca2d9
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_130272ee0c91075cca0720a5447ca2d9.yml
|
||||
|
@ -1035,19 +1019,19 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_dd7af36e2df2b406106ce0d537e400bb
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f0629f662c1006ba94aafffd442cc1b3
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_dd7af36e2df2b406106ce0d537e400bb.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_f0629f662c1006ba94aafffd442cc1b3.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to disable the endpoint.</p>
|
||||
<p>The stage of the traffic manager endpoint definition allowing to specify the location of the nested endpoint.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithTrafficDisabled<ParentT>
|
||||
content: public interface WithSourceTrafficRegionThenThreshold<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
|
@ -1067,6 +1051,22 @@ references:
|
|||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_definition.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_dd7af36e2df2b406106ce0d537e400bb
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_dd7af36e2df2b406106ce0d537e400bb.yml
|
||||
name: TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
|
||||
nameWithType: TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
|
||||
fullName: com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
|
||||
type: Interface
|
||||
summary: >-
|
||||
<p>The stage of the traffic manager endpoint definition allowing to disable the endpoint.</p>
|
||||
|
||||
<p></p>
|
||||
syntax:
|
||||
content: public interface WithTrafficDisabled<ParentT>
|
||||
typeParameters:
|
||||
- type: 18a275b1
|
||||
description: <p>the return type of <xref uid="com.microsoft.azure.management.resources.fluentcore.model._attachable._in_update.attach()" data-throw-if-not-resolved="false">WithAttach#attach()</xref></p>
|
||||
- uid: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_1f2e42cc04e6d250bd5a20b0bbe88c87
|
||||
parent: com.microsoft.azure.management.trafficmanager
|
||||
href: com.microsoft.azure.management.trafficmanager._traffic_manager_endpoint_1f2e42cc04e6d250bd5a20b0bbe88c87.yml
|
||||
|
|
|
@ -1932,43 +1932,6 @@
|
|||
- uid: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base
|
||||
name: UpdateOperationBase
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor._update_operation_base.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
name: com.microsoft.azure.documentdb.bulkexecutor.internal
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal.yml
|
||||
items:
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter
|
||||
name: BatchInserter
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_inserter.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater
|
||||
name: BatchUpdater
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._batch_updater.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options
|
||||
name: BulkImportStoredProcedureOptions
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._bulk_import_stored_procedure_options.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller
|
||||
name: CongestionController
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._congestion_controller.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer
|
||||
name: DocumentAnalyzer
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._document_analyzer.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils
|
||||
name: ExceptionUtils
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._exception_utils.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier
|
||||
name: UpdateModifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type
|
||||
name: UpdateModifierType
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_modifier_type.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation
|
||||
name: UpdateOperation
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type
|
||||
name: UpdateOperationType
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_type.yml
|
||||
- uid: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier
|
||||
name: UpdateOperationWithModifier
|
||||
href: com.microsoft.azure.documentdb.bulkexecutor.internal._update_operation_with_modifier.yml
|
||||
- uid: com.microsoft.azure.elasticdb.core.commons.transientfaulthandling
|
||||
name: com.microsoft.azure.elasticdb.core.commons.transientfaulthandling
|
||||
href: com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.yml
|
||||
|
|
Загрузка…
Ссылка в новой задаче